Skip to content

Commit

Permalink
[maven-release-plugin] copy for tag tfs-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolo committed Jul 15, 2008
1 parent c9e4b96 commit 31cec36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>tfs</artifactId>
<packaging>hpi</packaging>
<name>Hudson Team Foundation Server Plug-in</name>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<url>http://hudson.gotdns.com/wiki/display/HUDSON/Team+Foundation+Server+Plugin</url>
<licenses>
<license><name>MIT license</name><comments>All source code is under the MIT license.</comments></license>
Expand All @@ -30,4 +30,10 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<connection>scm:svn:https://guest@svn.dev.java.net/svn/hudson/tags/tfs-1.1</connection>
<developerConnection>scm:svn:https://svn.dev.java.net/svn/hudson/tags/tfs-1.1</developerConnection>
<url>https://hudson.dev.java.net/source/browse/hudson/hudson/plugins/tfs/tags/tfs-1.1</url>
</scm>
</project>

0 comments on commit 31cec36

Please sign in to comment.