You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/08 18:14:05 UTC

[maven-downloader] 08/48: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-downloader.git

commit e51104d14c10e23f0b56bde5cc417062922b0712
Author: Jason van Zyl <jv...@apache.org>
AuthorDate: Sun Dec 3 21:32:34 2006 +0000

    [maven-release-plugin] prepare for next development iteration
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@481911 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9c9adc4..7b4971c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <artifactId>maven-downloader</artifactId>
   <name>Maven Downloader</name>
   <description>Provide a super simple interface for downloading a single artifact.</description>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <dependencies>
     <dependency>
@@ -44,11 +44,5 @@
         </executions>                                                                                                                                
       </plugin>                                                                                                                                      
     </plugins>                                                                                                                                       
-  </build>       
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/shared/tags/maven-downloader-1.0</url>
-  </scm>
+  </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.