Hibernate SVN: r11449 - trunk/sandbox/maven-poc/Hibernate3.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 15:26:42 -0400 (Tue, 01 May 2007)
New Revision: 11449
Modified:
trunk/sandbox/maven-poc/Hibernate3/pom.xml
Log:
various
Modified: trunk/sandbox/maven-poc/Hibernate3/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/pom.xml 2007-05-01 16:00:29 UTC (rev 11448)
+++ trunk/sandbox/maven-poc/Hibernate3/pom.xml 2007-05-01 19:26:42 UTC (rev 11449)
@@ -15,7 +15,7 @@
<issueManagement>
<system>jira</system>
- <url>http://opensource.atlassian.com/projects/hibernate</url>
+ <url>http://opensource.atlassian.com/projects/hibernate/browse/HHH</url>
</issueManagement>
<ciManagement>
@@ -66,7 +66,8 @@
<licenses>
<license>
<name>GNU Lesser General Public License</name>
- <url>http://hibernate.org/356.html</url>
+ <url>http://www.gnu.org/copyleft/lesser.html</url>
+ <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
<distribution>repo</distribution>
</license>
</licenses>
@@ -214,10 +215,17 @@
</configuration>
</plugin>
<!--
- complaints about plugin version???
+ This one completely does not work for me...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-changes-report</artifactId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
<configuration>
<statusIds>Closed</statusIds>
</configuration>
@@ -245,6 +253,15 @@
</tags>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>1.4</targetJdk>
+ </configuration>
+ </plugin>
</plugins>
</reporting>
17 years, 9 months
Hibernate SVN: r11448 - trunk/sandbox/maven-poc/Hibernate3.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 12:00:29 -0400 (Tue, 01 May 2007)
New Revision: 11448
Modified:
trunk/sandbox/maven-poc/Hibernate3/pom.xml
Log:
updated license info
Modified: trunk/sandbox/maven-poc/Hibernate3/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/pom.xml 2007-05-01 15:30:27 UTC (rev 11447)
+++ trunk/sandbox/maven-poc/Hibernate3/pom.xml 2007-05-01 16:00:29 UTC (rev 11448)
@@ -24,7 +24,7 @@
<notifiers>
<notifier>
<type>mail</type>
- <address>hello-world-notifications(a)dev.example.com</address>
+ <address>hibernate-dev(a)lists.jboss.org</address>
</notifier>
</notifiers>
</ciManagement>
@@ -66,8 +66,7 @@
<licenses>
<license>
<name>GNU Lesser General Public License</name>
- <url>http://www.gnu.org/copyleft/lesser.html</url>
- <comments>http://hibernate.org/356.html</comments>
+ <url>http://hibernate.org/356.html</url>
<distribution>repo</distribution>
</license>
</licenses>
17 years, 9 months
Hibernate SVN: r11447 - trunk/sandbox/maven-poc/Hibernate3/testsuite.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:30:27 -0400 (Tue, 01 May 2007)
New Revision: 11447
Modified:
trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml 2007-05-01 15:29:57 UTC (rev 11446)
+++ trunk/sandbox/maven-poc/Hibernate3/testsuite/pom.xml 2007-05-01 15:30:27 UTC (rev 11447)
@@ -21,12 +21,10 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId>
- <version>${project.version}</version>
</dependency>
</dependencies>
17 years, 9 months
Hibernate SVN: r11446 - trunk/sandbox/maven-poc/Hibernate3/testing.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:29:57 -0400 (Tue, 01 May 2007)
New Revision: 11446
Modified:
trunk/sandbox/maven-poc/Hibernate3/testing/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/testing/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/testing/pom.xml 2007-05-01 15:29:34 UTC (rev 11445)
+++ trunk/sandbox/maven-poc/Hibernate3/testing/pom.xml 2007-05-01 15:29:57 UTC (rev 11446)
@@ -26,7 +26,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
</dependencies>
17 years, 9 months
Hibernate SVN: r11445 - trunk/sandbox/maven-poc/Hibernate3/jmx.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:29:34 -0400 (Tue, 01 May 2007)
New Revision: 11445
Modified:
trunk/sandbox/maven-poc/Hibernate3/jmx/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/jmx/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/jmx/pom.xml 2007-05-01 15:29:13 UTC (rev 11444)
+++ trunk/sandbox/maven-poc/Hibernate3/jmx/pom.xml 2007-05-01 15:29:34 UTC (rev 11445)
@@ -21,7 +21,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
</dependencies>
17 years, 9 months
Hibernate SVN: r11444 - trunk/sandbox/maven-poc/Hibernate3/documentation.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:29:13 -0400 (Tue, 01 May 2007)
New Revision: 11444
Modified:
trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml
Log:
fixed copy/paste
Modified: trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml 2007-05-01 15:27:53 UTC (rev 11443)
+++ trunk/sandbox/maven-poc/Hibernate3/documentation/pom.xml 2007-05-01 15:29:13 UTC (rev 11444)
@@ -11,8 +11,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>jboss</groupId>
- <artifactId>mc-getting-started</artifactId>
+ <artifactId>hibernate-manual</artifactId>
<packaging>pom</packaging>
<name>Hibernate Manual</name>
<description>The Hibernate reference manual</description>
17 years, 9 months
Hibernate SVN: r11443 - trunk/sandbox/maven-poc/Hibernate3/connection-proxool.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:27:53 -0400 (Tue, 01 May 2007)
New Revision: 11443
Modified:
trunk/sandbox/maven-poc/Hibernate3/connection-proxool/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/connection-proxool/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/connection-proxool/pom.xml 2007-05-01 15:27:30 UTC (rev 11442)
+++ trunk/sandbox/maven-poc/Hibernate3/connection-proxool/pom.xml 2007-05-01 15:27:53 UTC (rev 11443)
@@ -21,7 +21,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>proxool</groupId>
17 years, 9 months
Hibernate SVN: r11442 - trunk/sandbox/maven-poc/Hibernate3/connection-c3p0.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:27:30 -0400 (Tue, 01 May 2007)
New Revision: 11442
Modified:
trunk/sandbox/maven-poc/Hibernate3/connection-c3p0/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/connection-c3p0/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/connection-c3p0/pom.xml 2007-05-01 15:27:08 UTC (rev 11441)
+++ trunk/sandbox/maven-poc/Hibernate3/connection-c3p0/pom.xml 2007-05-01 15:27:30 UTC (rev 11442)
@@ -21,7 +21,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>c3p0</groupId>
17 years, 9 months
Hibernate SVN: r11441 - trunk/sandbox/maven-poc/Hibernate3/cache-swarmcache.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:27:08 -0400 (Tue, 01 May 2007)
New Revision: 11441
Modified:
trunk/sandbox/maven-poc/Hibernate3/cache-swarmcache/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/cache-swarmcache/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/cache-swarmcache/pom.xml 2007-05-01 15:26:46 UTC (rev 11440)
+++ trunk/sandbox/maven-poc/Hibernate3/cache-swarmcache/pom.xml 2007-05-01 15:27:08 UTC (rev 11441)
@@ -21,7 +21,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>swarmcache</groupId>
17 years, 9 months
Hibernate SVN: r11440 - trunk/sandbox/maven-poc/Hibernate3/cache-oscache.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2007-05-01 11:26:46 -0400 (Tue, 01 May 2007)
New Revision: 11440
Modified:
trunk/sandbox/maven-poc/Hibernate3/cache-oscache/pom.xml
Log:
control module versions (for interdependencies) from parent
Modified: trunk/sandbox/maven-poc/Hibernate3/cache-oscache/pom.xml
===================================================================
--- trunk/sandbox/maven-poc/Hibernate3/cache-oscache/pom.xml 2007-05-01 15:26:16 UTC (rev 11439)
+++ trunk/sandbox/maven-poc/Hibernate3/cache-oscache/pom.xml 2007-05-01 15:26:46 UTC (rev 11440)
@@ -21,7 +21,6 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>${project.version}</version>
</dependency>
<dependency>
<groupId>opensymphony</groupId>
17 years, 9 months