Hibernate SVN: r16081 - core.
by hibernate-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-04 17:13:58 -0500 (Wed, 04 Mar 2009)
New Revision: 16081
Added:
core/se-module/
Log:
15 years, 10 months
Hibernate SVN: r16080 - core/branches/Branch_3_3/parent.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-03-04 15:25:41 -0500 (Wed, 04 Mar 2009)
New Revision: 16080
Modified:
core/branches/Branch_3_3/parent/pom.xml
Log:
HHH-3753 - Upgrade to SLF4J version 1.5.6
Modified: core/branches/Branch_3_3/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3/parent/pom.xml 2009-03-04 20:21:58 UTC (rev 16079)
+++ core/branches/Branch_3_3/parent/pom.xml 2009-03-04 20:25:41 UTC (rev 16080)
@@ -234,7 +234,7 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>2.2</version>
<configuration>
- <linkXref>true</linkXref>
+ <linkXRef>true</linkXRef>
<minimumTokens>100</minimumTokens>
<targetJdk>1.4</targetJdk>
</configuration>
@@ -288,22 +288,16 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>99.0-does-not-exist</version>
@@ -323,7 +317,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
@@ -358,4 +352,7 @@
</snapshotRepository>
</distributionManagement>
+ <properties>
+ <slf4jVersion>1.5.6</slf4jVersion>
+ </properties>
</project>
15 years, 10 months
Hibernate SVN: r16079 - core/trunk/parent.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-03-04 15:21:58 -0500 (Wed, 04 Mar 2009)
New Revision: 16079
Modified:
core/trunk/parent/pom.xml
Log:
HHH-3753 - Upgrade to SLF4J version 1.5.6
Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml 2009-03-04 20:18:29 UTC (rev 16078)
+++ core/trunk/parent/pom.xml 2009-03-04 20:21:58 UTC (rev 16079)
@@ -41,6 +41,8 @@
<name>Hibernate.org</name>
<url>http://hibernate.org</url>
</organization>
+ <developers>
+ </developers>
<licenses>
<license>
@@ -287,22 +289,16 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>99.0-does-not-exist</version>
@@ -322,7 +318,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.2</version>
+ <version>${slf4jVersion}</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
@@ -357,4 +353,7 @@
</snapshotRepository>
</distributionManagement>
+ <properties>
+ <slf4jVersion>1.5.6</slf4jVersion>
+ </properties>
</project>
15 years, 10 months
Hibernate SVN: r16078 - core/trunk/cache-ehcache.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-03-04 15:18:29 -0500 (Wed, 04 Mar 2009)
New Revision: 16078
Modified:
core/trunk/cache-ehcache/pom.xml
Log:
cleaned up pom for ehcache integration
Modified: core/trunk/cache-ehcache/pom.xml
===================================================================
--- core/trunk/cache-ehcache/pom.xml 2009-03-04 20:03:32 UTC (rev 16077)
+++ core/trunk/cache-ehcache/pom.xml 2009-03-04 20:18:29 UTC (rev 16078)
@@ -27,8 +27,6 @@
<artifactId>ehcache</artifactId>
<version>1.2.3</version>
</dependency>
-
- <!-- testing deps -->
<dependency>
<groupId>${groupId}</groupId>
<artifactId>hibernate-testing</artifactId>
@@ -42,53 +40,10 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
- <!-- these are optional on core... :( -->
- <dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.4.GA</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.1_3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId>
- <version>1.5.3</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
15 years, 10 months
Hibernate SVN: r16077 - core/branches/Branch_3_3/cache-ehcache.
by hibernate-commits@lists.jboss.org
Author: steve.ebersole(a)jboss.com
Date: 2009-03-04 15:03:32 -0500 (Wed, 04 Mar 2009)
New Revision: 16077
Modified:
core/branches/Branch_3_3/cache-ehcache/pom.xml
Log:
cleaned up pom for ehcache integration
Modified: core/branches/Branch_3_3/cache-ehcache/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-ehcache/pom.xml 2009-03-04 16:09:47 UTC (rev 16076)
+++ core/branches/Branch_3_3/cache-ehcache/pom.xml 2009-03-04 20:03:32 UTC (rev 16077)
@@ -41,36 +41,6 @@
<version>1.8.0.2</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>99.0-does-not-exist</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.4.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- <scope>test</scope>
- </dependency>
<!-- these are optional on core... :( -->
<dependency>
<groupId>javassist</groupId>
@@ -78,17 +48,5 @@
<version>3.4.GA</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- <version>2.1_3</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>asm</groupId>
- <artifactId>asm-attrs</artifactId>
- <version>1.5.3</version>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>
\ No newline at end of file
15 years, 10 months
Hibernate SVN: r16076 - validator/trunk/hibernate-validator/src/main/assembly.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-03-04 11:09:47 -0500 (Wed, 04 Mar 2009)
New Revision: 16076
Modified:
validator/trunk/hibernate-validator/src/main/assembly/dist.xml
Log:
modified exclude pattern for assembly
Modified: validator/trunk/hibernate-validator/src/main/assembly/dist.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/assembly/dist.xml 2009-03-04 15:46:32 UTC (rev 16075)
+++ validator/trunk/hibernate-validator/src/main/assembly/dist.xml 2009-03-04 16:09:47 UTC (rev 16076)
@@ -50,6 +50,10 @@
<fileSet>
<directory>target</directory>
<outputDirectory></outputDirectory>
+ <excludes>
+ <exclude>*-javadoc.jar</exclude>
+ <exclude>*-sources.jar</exclude>
+ </excludes>
<includes>
<include>*.jar</include>
</includes>
15 years, 10 months
Hibernate SVN: r16075 - validator/trunk/hibernate-validator.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-03-04 10:46:32 -0500 (Wed, 04 Mar 2009)
New Revision: 16075
Modified:
validator/trunk/hibernate-validator/pom.xml
Log:
attach assembly to site in hibernate-validator
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:46:32 UTC (rev 16075)
@@ -56,14 +56,6 @@
</resources>
<plugins>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/dist.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
<version>2.1.0</version>
@@ -117,6 +109,23 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>site</phase>
+ <goals>
+ <goal>assembly</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<reporting>
15 years, 10 months
Hibernate SVN: r16074 - in validator/trunk: hibernate-validator and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-03-04 10:19:00 -0500 (Wed, 04 Mar 2009)
New Revision: 16074
Modified:
validator/trunk/hibernate-validator-legacy/pom.xml
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
pom refactoring
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
@@ -126,26 +126,6 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.0.1</version>
</plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <reportSets>
- <reportSet>
- <id>html</id>
- <configuration>
- <tags>
- <tag>
- <name>todo</name>
- <placement>a</placement>
- <head>ToDo:</head>
- </tag>
- </tags>
- </configuration>
- <reports>
- <report>javadoc</report>
- </reports>
- </reportSet>
- </reportSets>
- </plugin>
</plugins>
</reporting>
</project>
Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
@@ -11,7 +11,7 @@
<artifactId>hibernate-validator-legacy</artifactId>
<packaging>jar</packaging>
<name>Hibernate Validator (legacy)</name>
- <version>3.1.0.GA</version>
+ <version>3.1.0.GA-SNAPSHOT</version>
<url>http://validator.hibernate.org</url>
<licenses>
<license>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
+++ validator/trunk/pom.xml 2009-03-04 15:19:00 UTC (rev 16074)
@@ -131,7 +131,7 @@
During release:perform, enable the "release" profile
-->
<releaseProfiles>release</releaseProfiles>
- <goals>site assembly:assembly</goals>
+ <goals>package site assembly:assembly</goals>
</configuration>
</plugin>
</plugins>
@@ -186,6 +186,23 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <id>html</id>
+ <configuration>
+ <tags>
+ <tag>
+ <name>todo</name>
+ <placement>a</placement>
+ <head>ToDo:</head>
+ </tag>
+ </tags>
+ </configuration>
+ <reports>
+ <report>javadoc</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
15 years, 10 months
Hibernate SVN: r16073 - in validator/trunk: hibernate-validator and 1 other directory.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-03-04 10:02:19 -0500 (Wed, 04 Mar 2009)
New Revision: 16073
Modified:
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
added release plugin
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-04 11:22:36 UTC (rev 16072)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
@@ -1,7 +1,7 @@
<?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">
+ 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">
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
@@ -40,12 +40,12 @@
<version>4.4</version>
<scope>test</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>junitperf</groupId>
<artifactId>junitperf</artifactId>
<version>1.8</version>
<scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>
<build>
<resources>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-03-04 11:22:36 UTC (rev 16072)
+++ validator/trunk/pom.xml 2009-03-04 15:02:19 UTC (rev 16073)
@@ -116,6 +116,24 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>project</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <!--
+ During release:perform, enable the "release" profile
+ -->
+ <releaseProfiles>release</releaseProfiles>
+ <goals>site assembly:assembly</goals>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
15 years, 10 months
Hibernate SVN: r16072 - in validator/trunk: hibernate-validator and 1 other directories.
by hibernate-commits@lists.jboss.org
Author: hardy.ferentschik
Date: 2009-03-04 06:22:36 -0500 (Wed, 04 Mar 2009)
New Revision: 16072
Modified:
validator/trunk/hibernate-validator-legacy/pom.xml
validator/trunk/hibernate-validator/pom.xml
validator/trunk/pom.xml
Log:
upped version number
Modified: validator/trunk/hibernate-validator/pom.xml
===================================================================
--- validator/trunk/hibernate-validator/pom.xml 2009-03-04 10:40:54 UTC (rev 16071)
+++ validator/trunk/hibernate-validator/pom.xml 2009-03-04 11:22:36 UTC (rev 16072)
@@ -5,7 +5,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0.Alpha3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: validator/trunk/hibernate-validator-legacy/pom.xml
===================================================================
--- validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 10:40:54 UTC (rev 16071)
+++ validator/trunk/hibernate-validator-legacy/pom.xml 2009-03-04 11:22:36 UTC (rev 16072)
@@ -5,7 +5,7 @@
<parent>
<artifactId>hibernate-validator-parent</artifactId>
<groupId>org.hibernate</groupId>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0.Alpha3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hibernate-validator-legacy</artifactId>
Modified: validator/trunk/pom.xml
===================================================================
--- validator/trunk/pom.xml 2009-03-04 10:40:54 UTC (rev 16071)
+++ validator/trunk/pom.xml 2009-03-04 11:22:36 UTC (rev 16072)
@@ -6,7 +6,7 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.Alpha2</version>
+ <version>4.0.0.Alpha3-SNAPSHOT</version>
<name>Hibernate Validator Parent</name>
<url>http://validator.hibernate.org</url>
@@ -140,7 +140,7 @@
</licenses>
<scm>
- <connection>scm:svn://svn.jboss.org/repos/hibernate/validator/trunk</connection>
+ <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/trunk</connection>
<url>http://fisheye.jboss.org/browse/Hibernate/validator/trunk</url>
</scm>
15 years, 10 months