]> source.dussan.org Git - archiva.git/commitdiff
The release not scm plugin should be configured (oops)
authorJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 06:36:59 +0000 (06:36 +0000)
committerJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 06:36:59 +0000 (06:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655261 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 47319b6429a977d592f5030863fafcd8665223c8..e054a545df26712e198656edcf97aef23d2f1518 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         </plugin>
                <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
-                 <artifactId>maven-scm-plugin</artifactId>
-                 <version>1.0</version>
+                 <artifactId>maven-release-plugin</artifactId>
+                 <version>2.0-beta-7</version>
                  <configuration>
                        <tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase>
                  </configuration>