are you going to reset the vote? and start again? -D
On 1/8/09, [email protected] <[email protected]> wrote: > Revision > 8581 > Author > david > Date > 2009-01-08 10:54:28 -0600 (Thu, 08 Jan 2009) > Log Message > > dependency cleanup - more to come > > Modified Paths > trunk/mojo/hibernate3/hibernate3-maven-plugin/pom.xml > trunk/mojo/hibernate3/maven-hibernate3-api/pom.xml > trunk/mojo/hibernate3/pom.xml > Diff > Modified: trunk/mojo/hibernate3/hibernate3-maven-plugin/pom.xml (8580 => > 8581) > > --- trunk/mojo/hibernate3/hibernate3-maven-plugin/pom.xml 2009-01-08 > 14:52:35 UTC (rev 8580) > +++ trunk/mojo/hibernate3/hibernate3-maven-plugin/pom.xml 2009-01-08 > 16:54:28 UTC (rev 8581) > @@ -12,6 +12,9 @@ > <packaging>maven-plugin</packaging> > <name>Hibernate3 Maven Plugin</name> > <description>Maven plugin based on the hibernate-tools > project.</description> > + <prerequisites> > + <maven>2.0.6</maven> > + </prerequisites> > <dependencies> > <dependency> > <groupId>log4j</groupId> > @@ -36,13 +39,15 @@ > <artifactId>hsqldb</artifactId> > <scope>test</scope> > </dependency> > - > + <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <scope>test</scope> > + </dependency> > </dependencies> > > <build> > - > <plugins> > - > <plugin> > <artifactId>maven-compiler-plugin</artifactId> > <configuration> > @@ -69,26 +74,21 @@ > <prefix>hibernate3</prefix> > </configuration> > </plugin> > - > </plugins> > - > </build> > > <profiles> > - > <profile> > <id>jdk14</id> > <activation> > <jdk>1.4</jdk> > </activation> > <dependencies> > - > <dependency> > <groupId>org.codehaus.mojo.hibernate3</groupId> > <artifactId>maven-hibernate3-jdk14</artifactId> > <version>${project.parent.version}</version> > </dependency> > - > </dependencies> > </profile> > <profile> > @@ -97,7 +97,6 @@ > <jdk>1.5</jdk> > </activation> > <dependencies> > - > <dependency> > <groupId>org.codehaus.mojo.hibernate3</groupId> > <artifactId>maven-hibernate3-jdk14</artifactId> > @@ -108,7 +107,6 @@ > <artifactId>maven-hibernate3-jdk15</artifactId> > <version>${project.parent.version}</version> > </dependency> > - > </dependencies> > </profile> > <profile> > @@ -117,7 +115,6 @@ > <jdk>1.6</jdk> > </activation> > <dependencies> > - > <dependency> > <groupId>org.codehaus.mojo.hibernate3</groupId> > <artifactId>maven-hibernate3-jdk14</artifactId> > @@ -128,10 +125,8 @@ > <artifactId>maven-hibernate3-jdk15</artifactId> > <version>${project.parent.version}</version> > </dependency> > - > </dependencies> > </profile> > - > </profiles> > > </project> > > Modified: trunk/mojo/hibernate3/maven-hibernate3-api/pom.xml (8580 => 8581) > > --- trunk/mojo/hibernate3/maven-hibernate3-api/pom.xml 2009-01-08 > 14:52:35 > UTC (rev 8580) > +++ trunk/mojo/hibernate3/maven-hibernate3-api/pom.xml 2009-01-08 > 16:54:28 > UTC (rev 8581) > @@ -38,5 +38,15 @@ > <groupId>org.slf4j</groupId> > <artifactId>slf4j-api</artifactId> > </dependency> > + <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + </dependency> > + <dependency> > + <groupId>junit</groupId> > + <artifactId>junit</artifactId> > + <version>3.8.2</version> > + <scope>test</scope> > + </dependency> > </dependencies> > </project> > > Modified: trunk/mojo/hibernate3/pom.xml (8580 => 8581) > > --- trunk/mojo/hibernate3/pom.xml 2009-01-08 14:52:35 UTC (rev 8580) > +++ trunk/mojo/hibernate3/pom.xml 2009-01-08 16:54:28 UTC (rev 8581) > @@ -8,13 +8,13 @@ > </parent> > <groupId>org.codehaus.mojo.hibernate3</groupId> > <artifactId>maven-hibernate3</artifactId> > + <version>2.2-SNAPSHOT</version> > <name>Hibernate 3 Maven 2 Integration</name> > <ciManagement> > <system>hudson</system> > <url>http://davidkarlsen.com/hudson/job/hibernate3-maven-plugin</url> > </ciManagement> > <packaging>pom</packaging> > - <version>2.2-SNAPSHOT</version> > <description>Hibernate 3 Maven 2 Integration.</description> > <url>http://mojo.codehaus.org/hibernate3/</url> > <inceptionYear>2005</inceptionYear> > @@ -78,9 +78,7 @@ > </developers> > > <dependencyManagement> > - > <dependencies> > - > <dependency> > <groupId>hsqldb</groupId> > <artifactId>hsqldb</artifactId> > @@ -94,12 +92,12 @@ > <dependency> > <groupId>org.apache.maven</groupId> > <artifactId>maven-plugin-api</artifactId> > - <version>2.0.4</version> > + <version>2.0.6</version> > </dependency> > <dependency> > <groupId>org.apache.maven</groupId> > <artifactId>maven-project</artifactId> > - <version>2.0.4</version> > + <version>2.0.6</version> > </dependency> > <dependency> > <groupId>org.apache.maven.shared</groupId> > @@ -138,6 +136,11 @@ > <version>1.1.1</version> > </dependency> > <dependency> > + <groupId>org.codehaus.plexus</groupId> > + <artifactId>plexus-utils</artifactId> > + <version>1.5.6</version> > + </dependency> > + <dependency> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-log4j12</artifactId> > <version>${slf4j.version}</version> > @@ -159,11 +162,8 @@ > </modules> > > <build> > - > <defaultGoal>install</defaultGoal> > - > <plugins> > - > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-enforcer-plugin</artifactId> > @@ -179,41 +179,26 @@ > <version>[1.4,)</version> > </requireJavaVersion> > <requireMavenVersion> > - <version>[2.0.4,)</version> > + <version>[2.0.6,)</version> > </requireMavenVersion> > </rules> > </configuration> > </execution> > </executions> > </plugin> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-compiler-plugin</artifactId> > - <version>2.0.2</version> > - <configuration> > - <source>1.4</source> > - <target>1.4</target> > - </configuration> > - </plugin> > - > </plugins> > - > </build> > > <profiles> > - > <profile> > <id>super-helpful-integration-tests</id> > - > <activation> > <property> > <name>shit</name> > <value>true</value> > </property> > </activation> > - > <build> > - > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > @@ -230,11 +215,8 @@ > </executions> > </plugin> > </plugins> > - > </build> > - > </profile> > - > </profiles> > > </project> > > ________________________________ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
