Author: antelder
Date: Thu Mar 5 08:18:06 2009
New Revision: 750372
URL: http://svn.apache.org/viewvc?rev=750372&view=rev
Log:
Try newer release plugin to see if that fixes tag issue
Modified:
tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml
Modified: tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml?rev=750372&r1=750371&r2=750372&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml (original)
+++ tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml Thu Mar 5 08:18:06
2009
@@ -29,12 +29,12 @@
<artifactId>maven-bundle-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Apache Tuscany Maven OSGi Bundle Plugin</name>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</developerConnection>
- <url>http://svn.apache.org/repos/asf/tuscany/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</developerConnection>
+
<url>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags/maven-bundle-plugin-1.0.1</url>
</scm>
<distributionManagement>
@@ -280,6 +280,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-8</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/tuscany/maven-plugins/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>