[jboss-cvs] Repository SVN: r1399 - in maven2/org/hibernate/hibernate-annotations: 3.3.0.ga and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 21 18:27:42 EDT 2007


Author: petemuir
Date: 2007-09-21 18:27:42 -0400 (Fri, 21 Sep 2007)
New Revision: 1399

Added:
   maven2/org/hibernate/hibernate-annotations/3.3.0.ga/
   maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar
   maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar.sha1
   maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom
   maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom.sha1
Log:
Hibernate Annotations 3.0.0.ga

Added: maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar.sha1
===================================================================
--- maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.jar.sha1	2007-09-21 22:27:42 UTC (rev 1399)
@@ -0,0 +1 @@
+86fc3c5b11d8a698502be643f01ee6db45e007b0
\ No newline at end of file

Added: maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom
===================================================================
--- maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom	2007-09-21 22:27:42 UTC (rev 1399)
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+
+<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>org.hibernate</groupId>
+	<artifactId>hibernate-annotations</artifactId>
+	<packaging>jar</packaging>
+	<version>3.3.0.GA</version>
+
+	<name>Hibernate Annotations</name>
+	<description>EJB3-style annotations for Hibernate</description>
+	<url>http://annotations.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.4.sp1</version>
+		</dependency>
+		<dependency>
+			<groupId>javax.persistence</groupId>
+			<artifactId>persistence-api</artifactId>
+			<version>1.0</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.lucene</groupId>
+			<artifactId>lucene-core</artifactId>
+			<version>2.0.0</version>
+			<optional>true</optional>
+		</dependency>
+	</dependencies>
+	
+</project>

Added: maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate-annotations/3.3.0.ga/hibernate-annotations-3.3.0.ga.pom.sha1	2007-09-21 22:27:42 UTC (rev 1399)
@@ -0,0 +1 @@
+5dbcff421ac335d457738df387f39c97e8fc1657
\ No newline at end of file




More information about the jboss-cvs-commits mailing list