Index: pom.xml
===================================================================
--- pom.xml	(revision 1478)
+++ pom.xml	(working copy)
@@ -1,19 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>joda-time</groupId>
-  <artifactId>joda-time-hibernate</artifactId>
-  <packaging>jar</packaging>
-  <name>Joda time Hibernate support</name>
-  <version>1.3-SNAPSHOT</version>
-  <description>Contribution to Joda-Time that adds Hibernate support</description>
-  <url>http://joda-time.sourceforge.net/contrib/hibernate</url>
-  <issueManagement>
-  	<system>Sourceforge</system>
-    <url>http://sourceforge.net/tracker/?atid=617889&amp;group_id=97367&amp;func=browse</url>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>joda-time</groupId>
+	<artifactId>joda-time-hibernate</artifactId>
+	<packaging>jar</packaging>
+	<name>Joda time Hibernate support</name>
+	<version>1.3-SNAPSHOT</version>
+	<description>Contribution to Joda-Time that adds Hibernate support</description>
+	<url>http://joda-time.sourceforge.net/contrib/hibernate</url>
+	<issueManagement>
+		<system>Sourceforge</system>
+		<url>http://sourceforge.net/tracker/?atid=617889&amp;group_id=97367&amp;func=browse</url>
   </issueManagement>
   <inceptionYear>2005</inceptionYear>
   <mailingLists>
@@ -85,11 +83,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <verbose>true</verbose>
           <fork>true</fork>
-          <executable>C:\java\jdk1.4.2\bin\javac</executable>
-          <compilerVersion>1.4</compilerVersion>
+          <source>1.4</source>
+          <target>1.4</target>
         </configuration>
       </plugin>
       <plugin>
@@ -181,14 +180,43 @@
     <dependency>
       <groupId>joda-time</groupId>
       <artifactId>joda-time</artifactId>
-      <version>1.5</version>
+      <version>1.6</version>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
-      <version>3.0.5</version>
+      <artifactId>hibernate-core</artifactId>
+      <version>3.3.2.GA</version>
     </dependency>
+
     <dependency>
+      <groupId>javassist</groupId> 
+      <artifactId>javassist</artifactId> 
+      <version>3.11.0.GA</version> 
+      <scope>runtime</scope> 
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId> 
+      <artifactId>slf4j-log4j12</artifactId> 
+      <version>1.5.9.RC1</version> 
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId> 
+      <artifactId>slf4j-api</artifactId> 
+      <version>1.5.9.RC1</version> 
+      <scope>test</scope>
+    </dependency>
+
+<!--
+    <dependency>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-gpg-plugin</artifactId>
+        <version>1.0-alpha-4</version>
+    </dependency>
+-->
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.2</version>
@@ -200,6 +228,7 @@
       <version>1.7.3.3</version>
       <scope>test</scope>
     </dependency>
+    
   </dependencies>
   <reporting>
   	<plugins>
@@ -286,4 +315,11 @@
     </site>
     <downloadUrl>http://oss.sonatype.org/content/repositories/joda-releases</downloadUrl>
   </distributionManagement>
+  <repositories>
+   <repository>
+    <id>jboss.repository</id> 
+    <name>JBoss</name> 
+    <url>http://repository.jboss.org/maven2</url> 
+    </repository>
+  </repositories>
 </project>
