Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.1-Final
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Feb 21, 2010
1 parent f672cdd commit 338c3b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-Final</version>
<packaging>jar</packaging>
<name>Weld SE Support</name>

Expand Down Expand Up @@ -37,7 +37,7 @@
<!-- Testing deps -->
<testng.version>5.10</testng.version>
<weld.api.version>1.0-SP1</weld.api.version>
<weld.core.version>1.0.1-CR2</weld.core.version>
<weld.core.version>1.0.1-Final</weld.core.version>
<slf4j.version>1.5.10</slf4j.version>
</properties>

Expand Down Expand Up @@ -180,9 +180,9 @@
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/java-se/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/java-se/trunk</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/java-se/trunk</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/java-se/tags/1.0.1-Final</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/java-se/tags/1.0.1-Final</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/java-se/tags/1.0.1-Final</url>
</scm>


Expand Down

0 comments on commit 338c3b4

Please sign in to comment.