You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/04/08 21:05:08 UTC

svn commit: r646036 - /maven/plugins/trunk/pom.xml

Author: dennisl
Date: Tue Apr  8 12:05:08 2008
New Revision: 646036

URL: http://svn.apache.org/viewvc?rev=646036&view=rev
Log:
[maven-release-plugin] prepare release maven-plugins-11

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=646036&r1=646035&r2=646036&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Apr  8 12:05:08 2008
@@ -30,7 +30,7 @@
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugins</artifactId>
   <packaging>pom</packaging>
-  <version>11-SNAPSHOT</version>
+  <version>11</version>
 
   <name>Maven Plugins</name>
   <description>Maven Plugins</description>
@@ -163,9 +163,9 @@
 -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-plugins-11</url>
   </scm>
 
   <build>



Re: svn commit: r646036 - /maven/plugins/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Vincent Siveton wrote:
> Hi,
> 
> [SNIP]
> 
>>    <scm>
>>  -    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
>>  -    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
>>  -    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
>>  +    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</connection>
>>  +    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</developerConnection>
>>  +    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-plugins-11</url>
>>    </scm>
>>
>>    <build>
> 
> Just a thought, is it also wanted to put all plugins in the tag?

No, it's an unfortunate side effect of the fact that the -N argument is 
not propagated in the release plugin. I'm not sure when this started to 
happen, but the last plugins parent release had this problem as well.

I'll check JIRA and create an issue if there isn't one in there already.

> 
> Cheers,
> 
> Vincent


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r646036 - /maven/plugins/trunk/pom.xml

Posted by Vincent Siveton <vi...@gmail.com>.
Hi,

[SNIP]

>    <scm>
>  -    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/</connection>
>  -    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/</developerConnection>
>  -    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/</url>
>  +    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</connection>
>  +    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-11</developerConnection>
>  +    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-plugins-11</url>
>    </scm>
>
>    <build>

Just a thought, is it also wanted to put all plugins in the tag?

Cheers,

Vincent

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org