Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.PREVIEW2
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2994 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jul 3, 2009
1 parent c24162a commit b4668b9
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>

<groupId>org.jboss.webbeans</groupId>
<artifactId>jsr299-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<packaging>jar</packaging>
<name>JSR-299 API</name>
<url>http://www.seamframework.org/WebBeans</url>
Expand Down
4 changes: 2 additions & 2 deletions core-api/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Core API</name>
<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Core</name>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion jboss-tck-runner/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
Expand Down
4 changes: 2 additions & 2 deletions logging/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-logging</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Logging</name>
<dependencies>

Expand Down
2 changes: 1 addition & 1 deletion osgi-bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions parent/pom.xml
Expand Up @@ -3,12 +3,12 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>

<parent>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-version-matrix</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>

<name>Web Beans, the reference implementation of JSR-299</name>
Expand Down Expand Up @@ -218,9 +218,9 @@
</licenses>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/trunk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/trunk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2/trunk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2/trunk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/1.0.0.PREVIEW2/ri</url>
</scm>

<distributionManagement>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,15 +3,15 @@
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-build-aggregator</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>

<name>Web Beans Build Aggregator</name>
<url>http://www.seamframework.org/WebBeans</url>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/tags/1.0.0.PREVIEW2</url>
</scm>

<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions porting-package/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-porting-package</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Porting Package for JSR-299 TCK</name>
<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions spi/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-spi</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Service Provider Interfaces</name>
<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Expand Up @@ -2,12 +2,12 @@
<parent>
<artifactId>webbeans-parent</artifactId>
<groupId>org.jboss.webbeans</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.webbeans</groupId>
<artifactId>webbeans-core-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.PREVIEW2</version>
<name>Web Beans Core Tests</name>
<dependencies>

Expand Down
10 changes: 5 additions & 5 deletions version-matrix/pom.xml
Expand Up @@ -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.PREVIEW2</version>

<name>Web Beans Version Matrix</name>
<url>http://www.seamframework.org/WebBeans</url>
Expand Down Expand Up @@ -48,7 +48,7 @@

<properties>
<jsr299.tck.version>1.0.0.BETA3</jsr299.tck.version>
<webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
<webbeans.version>1.0.0.PREVIEW2</webbeans.version>
<webbeans.servlet.version>1.0.0.CR1</webbeans.servlet.version>
<webbeans.se.version>1.0.0.BETA1</webbeans.se.version>
<jboss.test.harness.version>1.0.0.BETA3</jboss.test.harness.version>
Expand Down Expand Up @@ -537,9 +537,9 @@
</distributionManagement>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/trunk/version-matrix</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/trunk/version-matrix</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/ri</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2/trunk/version-matrix</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/webbeans/ri/tags/1.0.0.PREVIEW2/trunk/version-matrix</developerConnection>
<url>http://fisheye.jboss.org/browse/WebBeans/ri/tags/1.0.0.PREVIEW2/ri</url>
</scm>

</project>

0 comments on commit b4668b9

Please sign in to comment.