[jboss-maven2-commits] Repository SVN: r35880 - maven2/org/hibernate/hibernate/3.5.0-Final.

jboss-maven2-commits at lists.jboss.org jboss-maven2-commits at lists.jboss.org
Wed Mar 31 16:07:16 EDT 2010


Author: steve.ebersole at jboss.com
Date: 2010-03-31 16:07:14 -0400 (Wed, 31 Mar 2010)
New Revision: 35880

Added:
   maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom
   maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.md5
   maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.sha1
Log:
uploading Hibernate 3.5.0-Final release

Added: maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom
===================================================================
--- maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom	                        (rev 0)
+++ maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom	2010-03-31 20:07:14 UTC (rev 35880)
@@ -0,0 +1,102 @@
+<?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/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-parent</artifactId>
+        <version>3.5.0-Final</version>
+        <relativePath>parent/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.hibernate</groupId>
+    <artifactId>hibernate</artifactId>
+    <packaging>pom</packaging>
+
+    <name>Hibernate Core Aggregator</name>
+    <description>Aggregator of the Hibernate Core modules.</description>
+
+    <modules>
+        <module>parent</module>
+        <module>core</module>
+        <module>testing</module>
+        <module>testsuite</module>
+        <module>cache-ehcache</module>
+        <module>cache-jbosscache</module>
+        <module>cache-oscache</module>
+        <module>cache-swarmcache</module>
+        <module>connection-c3p0</module>
+        <module>connection-proxool</module>
+        <module>annotations</module>
+        <module>envers</module>
+        <module>jmx</module>
+        <module>jdbc3-testing</module>
+        <module>cache-infinispan</module>
+<!--
+        <module>tutorials</module>
+-->
+<!--
+    Need to scope bytecode providers first...
+        <module>bytecode-cglib</module>
+        <module>bytecode-javassist</module>
+-->
+    </modules>
+
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-9</version>
+                <configuration>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
+                </configuration>
+            </plugin>
+        </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-javadoc-plugin</artifactId>
+                    <version>2.5</version>
+<!--
+                    <configuration>
+                        <stylesheetfile>src/main/javadoc/hibernate-javadoc.css</stylesheetfile>
+                    </configuration>
+-->
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <profiles>       
+        <profile>
+            <id>jdk6-modules</id>
+            <activation>
+                <property>
+                    <name>disableJDK6Modules</name>
+                    <value>!true</value>
+                </property>
+            </activation>
+            <modules>
+                <module>entitymanager</module>
+                <module>jdbc4-testing</module>
+            </modules>
+        </profile>            
+        <profile>
+            <id>docs</id>
+            <activation>
+                <property>
+                    <name>disableDistribution</name>
+                    <value>!true</value>
+                </property>
+            </activation>
+            <modules>
+                <module>documentation</module>
+                <module>distribution</module>
+            </modules>
+        </profile>
+    </profiles>
+</project>

Added: maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.md5
===================================================================
--- maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.md5	                        (rev 0)
+++ maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.md5	2010-03-31 20:07:14 UTC (rev 35880)
@@ -0,0 +1 @@
+ae8cbcce200fbc40d05e47ee28201131
\ No newline at end of file

Added: maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.sha1
===================================================================
--- maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.sha1	                        (rev 0)
+++ maven2/org/hibernate/hibernate/3.5.0-Final/hibernate-3.5.0-Final.pom.sha1	2010-03-31 20:07:14 UTC (rev 35880)
@@ -0,0 +1 @@
+c47d6d6b0e9d9042ae0a7924597b02036caf7eb2
\ No newline at end of file



More information about the jboss-maven2-commits mailing list