You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ks...@apache.org on 2015/09/23 23:54:32 UTC

svn commit: r1704944 - in /servicemix/maven-plugins/trunk: depends-maven-plugin/pom.xml maven-plugins-pom/pom.xml

Author: ksobkowiak
Date: Wed Sep 23 21:54:32 2015
New Revision: 1704944

URL: http://svn.apache.org/viewvc?rev=1704944&view=rev
Log:
elease reverted

Modified:
    servicemix/maven-plugins/trunk/depends-maven-plugin/pom.xml
    servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml

Modified: servicemix/maven-plugins/trunk/depends-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/trunk/depends-maven-plugin/pom.xml?rev=1704944&r1=1704943&r2=1704944&view=diff
==============================================================================
--- servicemix/maven-plugins/trunk/depends-maven-plugin/pom.xml (original)
+++ servicemix/maven-plugins/trunk/depends-maven-plugin/pom.xml Wed Sep 23 21:54:32 2015
@@ -1,5 +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">
 
     <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed 
         with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, 

Modified: servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml?rev=1704944&r1=1704943&r2=1704944&view=diff
==============================================================================
--- servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml (original)
+++ servicemix/maven-plugins/trunk/maven-plugins-pom/pom.xml Wed Sep 23 21:54:32 2015
@@ -26,15 +26,15 @@
   
   <groupId>org.apache.servicemix.tooling</groupId>
   <artifactId>maven-plugins-pom</artifactId>
-  <version>5</version>
+  <version>5-SNAPSHOT</version>
   
   <packaging>pom</packaging>
   <name>Apache ServiceMix :: Plugins :: Plugins POM</name>
   
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-5</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-5</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/maven-plugins-pom/tags/maven-plugins-pom-5</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/maven-plugins-pom</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/servicemix/maven-plugins/trunk/maven-plugins-pom</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/servicemix/maven-plugins/trunk/maven-plugins-pom</url>
   </scm>
   
   <properties>