Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 4, 2010
1 parent 55cbf52 commit a9af065
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand Down Expand Up @@ -176,9 +176,9 @@

<!-- SCM and distribution management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/bom</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/bom</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/bom</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/bom</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/bom</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/bom</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions impl/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -178,9 +178,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/impl</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/impl</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/impl</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/impl</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/impl</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/impl</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions inject-tck-runner/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -87,9 +87,9 @@
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/inject-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/inject-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/inject-tck-runner</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/inject-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/inject-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/inject-tck-runner</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions jboss-tck-runner/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -314,9 +314,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/jboss-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/jboss-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/jboss-tck-runner</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/jboss-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/jboss-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/jboss-tck-runner</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions osgi-bundle/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -193,9 +193,9 @@
</dependencies>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/osgi-bundle</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/osgi-bundle</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/osgi-bundle</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/osgi-bundle</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/osgi-bundle</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/osgi-bundle</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions parent/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../bom</relativePath>
</parent>

Expand Down Expand Up @@ -171,9 +171,9 @@
</dependencyManagement>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/parent</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/parent</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/parent</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/parent</url>
</scm>

</project>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-build-aggregator</artifactId>
<packaging>pom</packaging>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
Expand All @@ -23,9 +23,9 @@

<!-- SCM and distribution management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2</developerConnection>
<url>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld</url>
</scm>

<profiles>
Expand Down
8 changes: 4 additions & 4 deletions porting-package/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -55,9 +55,9 @@
</dependencies>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/porting-package</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/porting-package</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/porting-package</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/porting-package</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/porting-package</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/porting-package</url>
</scm>

</project>
8 changes: 4 additions & 4 deletions tests/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
<version>1.0.1-CR2</version>
<version>1.0.1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -282,9 +282,9 @@
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/tags/1.0.1-CR2/tests</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/tags/1.0.1-CR2/tests</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/tags/1.0.1-CR2/tests</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/tests</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/tests</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/core/trunk/tests</url>
</scm>

</project>

0 comments on commit a9af065

Please sign in to comment.