Skip to content

Commit

Permalink
[maven-release-plugin] prepare release cmvc-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gawab committed May 30, 2009
1 parent eb4e2de commit c763795
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -13,7 +11,7 @@
<artifactId>cmvc</artifactId>
<packaging>hpi</packaging>
<name>Hudson CMVC Plug-in</name>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>

<url>http://wiki.hudson-ci.org/display/HUDSON/CMVC+Plugin</url>

Expand Down Expand Up @@ -175,4 +173,10 @@
</snapshots>
</pluginRepository>
</pluginRepositories>

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

0 comments on commit c763795

Please sign in to comment.