[webbeans-commits] Webbeans SVN: r1864 - tck/trunk.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 21:02:13 -0400 (Sun, 08 Mar 2009)
New Revision: 1864
Modified:
tck/trunk/pom.xml
Log:
revert to snapshots
Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml 2009-03-09 00:52:19 UTC (rev 1863)
+++ tck/trunk/pom.xml 2009-03-09 01:02:13 UTC (rev 1864)
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
- <version>1.0.0.BETA1</version>
+ <version>1.0.0.ALPHA1</version>
</dependency>
<dependency>
<groupId>org.jboss.jsr299.tck</groupId>
@@ -270,6 +270,11 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0-alpha-4</version>
<executions>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1863 - ri/tags.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:52:19 -0400 (Sun, 08 Mar 2009)
New Revision: 1863
Added:
ri/tags/1.0.0.BETA1/
Log:
tag 1.0.0.BETA1
Copied: ri/tags/1.0.0.BETA1 (from rev 1862, ri/trunk)
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1862 - in ri/trunk: api and 7 other directories.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:51:05 -0400 (Sun, 08 Mar 2009)
New Revision: 1862
Modified:
ri/trunk/api/pom.xml
ri/trunk/dist/pom.xml
ri/trunk/impl/pom.xml
ri/trunk/jboss-tck-runner/pom.xml
ri/trunk/parent/pom.xml
ri/trunk/pom.xml
ri/trunk/porting-package/pom.xml
ri/trunk/spi/pom.xml
ri/trunk/version-matrix/pom.xml
Log:
prep for tag
Modified: ri/trunk/api/pom.xml
===================================================================
--- ri/trunk/api/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/api/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -9,7 +9,7 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<packaging>jar</packaging>
<name>JSR-299 API</name>
<url>http://www.seamframework.org/WebBeans</url>
Modified: ri/trunk/dist/pom.xml
===================================================================
--- ri/trunk/dist/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/dist/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -5,7 +5,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
Modified: ri/trunk/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/impl/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<name>Web Beans Core</name>
<dependencies>
Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/jboss-tck-runner/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -2,7 +2,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
Modified: ri/trunk/parent/pom.xml
===================================================================
--- ri/trunk/parent/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/parent/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -3,7 +3,7 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<parent>
<groupId>org.jboss.webbeans</groupId>
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -19,9 +19,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
<developerConnection>
- scm:svn:https://svn.jboss.org/repos/webbeans
+ scm:svn:https://svn.jboss.org/repos/webbeans/ri
</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans</url>
</scm>
Modified: ri/trunk/porting-package/pom.xml
===================================================================
--- ri/trunk/porting-package/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/porting-package/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -2,7 +2,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
Modified: ri/trunk/spi/pom.xml
===================================================================
--- ri/trunk/spi/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/spi/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-spi</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<name>Web Beans Service Provider Interfaces</name>
<dependencies>
Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
+++ ri/trunk/version-matrix/pom.xml 2009-03-09 00:51:05 UTC (rev 1862)
@@ -3,7 +3,7 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-version-matrix</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
<name>Web Beans Version Matrix</name>
<url>http://www.seamframework.org/WebBeans</url>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1861 - in ri/trunk: jboss-as and 1 other directory.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:43:24 -0400 (Sun, 08 Mar 2009)
New Revision: 1861
Modified:
ri/trunk/jboss-as/build.properties
ri/trunk/pom.xml
Log:
prep for release
Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties 2009-03-09 00:33:27 UTC (rev 1860)
+++ ri/trunk/jboss-as/build.properties 2009-03-09 00:43:24 UTC (rev 1861)
@@ -3,7 +3,7 @@
java.opts=-Xms128m -Xmx256m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 # recommended minimum JAVA_OPTS for running JBoss with the TCK
# jboss.shutdown.delay=15000 # time to allow before attempting to restart JBoss AS
# jboss.deployments.restart = 25 # maximum number of TCK tests to deploy before restarting JBoss AS
-webbeans-ri-int.version=5.2.0-SNAPSHOT
-webbeans.version=1.0.0-SNAPSHOT
+webbeans-ri-int.version=5.2.0.BETA1
+webbeans.version=1.0.0.BETA1
jboss-ejb3.version=1.0.0
Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml 2009-03-09 00:33:27 UTC (rev 1860)
+++ ri/trunk/pom.xml 2009-03-09 00:43:24 UTC (rev 1861)
@@ -18,4 +18,28 @@
<module>jboss-tck-runner</module>
</modules>
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans</connection>
+ <developerConnection>
+ scm:svn:https://svn.jboss.org/repos/webbeans
+ </developerConnection>
+ <url>http://fisheye.jboss.org/browse/WebBeans</url>
+ </scm>
+
+ <distributionManagement>
+ <repository>
+ <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+ <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+ <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+ <id>repository.jboss.org</id>
+ <url>file://${maven.repository.root}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshots.jboss.org</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ </snapshotRepository>
+ </distributionManagement>
+
+
</project>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1859 - in ri/tags: webbeans-core-1.0.0.BETA1 and 1 other directory.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:33:23 -0400 (Sun, 08 Mar 2009)
New Revision: 1859
Added:
ri/tags/webbeans-core-1.0.0.BETA1/
ri/tags/webbeans-core-1.0.0.BETA1/pom.xml
Removed:
ri/tags/webbeans-core-1.0.0.BETA1/pom.xml
Log:
[maven-release-plugin] copy for tag webbeans-core-1.0.0.BETA1
Copied: ri/tags/webbeans-core-1.0.0.BETA1 (from rev 1822, ri/trunk/impl)
Deleted: ri/tags/webbeans-core-1.0.0.BETA1/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml 2009-03-08 22:33:13 UTC (rev 1822)
+++ ri/tags/webbeans-core-1.0.0.BETA1/pom.xml 2009-03-09 00:33:23 UTC (rev 1859)
@@ -1,142 +0,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">
- <parent>
- <artifactId>webbeans-parent</artifactId>
- <groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>webbeans-core</artifactId>
- <name>Web Beans Core</name>
- <dependencies>
-
- <dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>webbeans-spi</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- <classifier>jdk15</classifier>
- <exclusions>
- <exclusion>
- <artifactId>junit</artifactId>
- <groupId>junit</groupId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>org.jboss.ejb3</groupId>
- <artifactId>jboss-ejb3-api</artifactId>
- <optional>true</optional>
- <exclusions>
- <exclusion>
- <artifactId>jboss-jaxrpc</artifactId>
- <groupId>jbossws</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-transaction-api</artifactId>
- <groupId>org.jboss.javaee</groupId>
- </exclusion>
- <exclusion>
- <artifactId>jboss-jaxrpc</artifactId>
- <groupId>jboss.jbossws</groupId>
- </exclusion>
- </exclusions>
- </dependency>
-
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javassist</groupId>
- <artifactId>javassist</artifactId>
- </dependency>
-
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </dependency>
-
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-ri</artifactId>
- <optional>true</optional>
- </dependency>
-
- <dependency>
- <groupId>javax.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <optional>true</optional>
- </dependency>
-
- </dependencies>
-
- <build>
- <defaultGoal>install</defaultGoal>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <suiteXmlFiles>
- <suiteXmlFile>unit-tests.xml</suiteXmlFile>
- </suiteXmlFiles>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-test-report</id>
- <phase>test</phase>
- <goals>
- <goal>report-only</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
- <outputName>test-report</outputName>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
Copied: ri/tags/webbeans-core-1.0.0.BETA1/pom.xml (from rev 1858, ri/trunk/impl/pom.xml)
===================================================================
--- ri/tags/webbeans-core-1.0.0.BETA1/pom.xml (rev 0)
+++ ri/tags/webbeans-core-1.0.0.BETA1/pom.xml 2009-03-09 00:33:23 UTC (rev 1859)
@@ -0,0 +1,149 @@
+<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">
+ <parent>
+ <artifactId>webbeans-parent</artifactId>
+ <groupId>org.jboss.webbeans</groupId>
+ <version>1.0.0.BETA1</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>webbeans-core</artifactId>
+ <version>1.0.0.BETA1</version>
+ <name>Web Beans Core</name>
+ <dependencies>
+
+ <dependency>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>jsr299-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.webbeans</groupId>
+ <artifactId>webbeans-spi</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ <classifier>jdk15</classifier>
+ <exclusions>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ejb3</groupId>
+ <artifactId>jboss-ejb3-api</artifactId>
+ <optional>true</optional>
+ <exclusions>
+ <exclusion>
+ <artifactId>jboss-jaxrpc</artifactId>
+ <groupId>jbossws</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jboss-transaction-api</artifactId>
+ <groupId>org.jboss.javaee</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jboss-jaxrpc</artifactId>
+ <groupId>jboss.jbossws</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-ri</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <optional>true</optional>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <defaultGoal>install</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <suiteXmlFiles>
+ <suiteXmlFile>unit-tests.xml</suiteXmlFile>
+ </suiteXmlFiles>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-test-report</id>
+ <phase>test</phase>
+ <goals>
+ <goal>report-only</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <outputDirectory>${project.build.directory}/surefire-reports</outputDirectory>
+ <outputName>test-report</outputName>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/webbeans-core-1.0.0.BETA1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/webbeans-core-1.0.0....</developerConnection>
+ <url>http://fisheye.jboss.org/browse/WebBeans/ri/webbeans-core-1.0.0.BETA1</url>
+ </scm>
+</project>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1857 - ri/trunk/impl.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:31:26 -0400 (Sun, 08 Mar 2009)
New Revision: 1857
Modified:
ri/trunk/impl/pom.xml
Log:
prep for release
Modified: ri/trunk/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml 2009-03-09 00:25:52 UTC (rev 1856)
+++ ri/trunk/impl/pom.xml 2009-03-09 00:31:26 UTC (rev 1857)
@@ -2,11 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.BETA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<name>Web Beans Core</name>
<dependencies>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1856 - tck/tags/1.0.0.ALPHA2.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:25:52 -0400 (Sun, 08 Mar 2009)
New Revision: 1856
Modified:
tck/tags/1.0.0.ALPHA2/pom.xml
Log:
fix pom
Modified: tck/tags/1.0.0.ALPHA2/pom.xml
===================================================================
--- tck/tags/1.0.0.ALPHA2/pom.xml 2009-03-09 00:21:33 UTC (rev 1855)
+++ tck/tags/1.0.0.ALPHA2/pom.xml 2009-03-09 00:25:52 UTC (rev 1856)
@@ -268,10 +268,10 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
-<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.1</version>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
15 years, 9 months
[webbeans-commits] Webbeans SVN: r1855 - tck/tags/1.0.0.ALPHA2.
by webbeans-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2009-03-08 20:21:33 -0400 (Sun, 08 Mar 2009)
New Revision: 1855
Modified:
tck/tags/1.0.0.ALPHA2/pom.xml
Log:
fix pom
Modified: tck/tags/1.0.0.ALPHA2/pom.xml
===================================================================
--- tck/tags/1.0.0.ALPHA2/pom.xml 2009-03-09 00:18:36 UTC (rev 1854)
+++ tck/tags/1.0.0.ALPHA2/pom.xml 2009-03-09 00:21:33 UTC (rev 1855)
@@ -268,6 +268,11 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
+<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1</version>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
15 years, 9 months