[jboss-cvs] Repository SVN: r2778 - in maven2/org/hibernate/hibernate-entitymanager: 3.3.2.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 14 18:34:42 EDT 2008


Author: epbernard
Date: 2008-03-14 18:34:42 -0400 (Fri, 14 Mar 2008)
New Revision: 2778

Added:
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.md5
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.sha1
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.md5
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.sha1
   maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml
Log:
HEM 3.3.2.GA

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.md5
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.md5	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1 @@
+3467cd6010a3d82adbe6b9a99a423713
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.jar.sha1	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1 @@
+4cdfd57d29cc2a501c97f1aab8088d37258610e5
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1,56 @@
+<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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>hibernate-entitymanager</artifactId>
+    <packaging>pom</packaging>
+    <version>3.3.2.GA</version>
+
+    <name>Hibernate Entitity Manager</name>
+    <description>Hibernate Entitity Manager</description>
+    <url>http://hibernate.org</url>
+  
+    <licenses>
+		<license>
+			<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
+			<url>http://www.gnu.org/licenses/lgpl.txt</url>
+		</license>
+	</licenses>
+	
+	<dependencies>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate</artifactId>
+			<version>3.2.6.ga</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-annotations</artifactId>
+			<version>3.3.1.GA</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>hibernate-commons-annotations</artifactId>
+			<version>3.0.0.ga</version>
+		</dependency>
+		<dependency>
+			<groupId>org.hibernate</groupId>
+			<artifactId>ejb3-persistence</artifactId>
+			<version>1.0.1.GA</version>
+		</dependency>
+		<dependency>
+			<groupId>commons-logging</groupId>
+			<artifactId>commons-logging</artifactId>
+			<version>1.0.4</version>
+		</dependency>
+		<dependency>
+			<groupId>javassist</groupId>
+			<artifactId>javassist</artifactId>
+			<version>3.4.GA</version>
+		</dependency>
+	</dependencies>
+  
+</project>

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.md5
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.md5	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1 @@
+f7096e97d6e6e2123baf49e516f4ebb4
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom.sha1	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1 @@
+239bafb73ee8bfdc70ab5091c4a58b9bfe41c489
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml
===================================================================
--- maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml	                        (rev 0)
+++ maven2/org/hibernate/hibernate-entitymanager/3.3.2.GA/ivy.xml	2008-03-14 22:34:42 UTC (rev 2778)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ivy-module version="1.3"
+            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+            xsi:noNamespaceSchemaLocation=
+                  "http://www.jayasoft.org/misc/ivy/ivy.xsd">
+    <info organisation="org.hibernate" module="hibernate-entitymanager" revision="3.3.2.GA" status="release"/>
+    <configurations>
+        <conf name="core" description="Core module dependencies"/>
+        <conf name="test" visibility="private" description="Dependencies needed for testing purposes"/>
+    </configurations>
+    <publications>
+        <artifact name="hibernate-entitymanager" conf="core"/>
+    </publications>
+    <dependencies>
+	<dependency name="ejb3-persistence" rev="1.0.1.GA" conf="core->default"/>
+        <dependency name="commons-annotations" rev="3.0.0.GA" conf="core->core"/>
+        <dependency name="hibernate-annotations" rev="3.3.1.GA" conf="core->core"/>
+    </dependencies>
+</ivy-module>




More information about the jboss-cvs-commits mailing list