You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2015/07/08 15:19:20 UTC

[1/2] servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.ant-1.9.6_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 9beca10dc -> f93cde217


[maven-release-plugin] prepare release org.apache.servicemix.bundles.ant-1.9.6_1


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/738e8dcd
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/738e8dcd
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/738e8dcd

Branch: refs/heads/master
Commit: 738e8dcd3369f27f9b110658c79e26d6b3528a12
Parents: 9beca10
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jul 8 15:17:40 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jul 8 15:17:40 2015 +0200

----------------------------------------------------------------------
 ant-1.9.6/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/738e8dcd/ant-1.9.6/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.6/pom.xml b/ant-1.9.6/pom.xml
index 095f64a..9a97050 100644
--- a/ant-1.9.6/pom.xml
+++ b/ant-1.9.6/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.ant</artifactId>
     <packaging>bundle</packaging>
-    <version>1.9.6_1-SNAPSHOT</version>
+    <version>1.9.6_1</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar files.</description>
 
@@ -111,4 +111,8 @@
             </plugin>
         </plugins>
     </build>
+
+  <scm>
+    <tag>org.apache.servicemix.bundles.ant-1.9.6_1</tag>
+  </scm>
 </project>


[2/2] servicemix-bundles git commit: Prepare bundles-2015.06 release

Posted by jb...@apache.org.
Prepare bundles-2015.06 release


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/f93cde21
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/f93cde21
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/f93cde21

Branch: refs/heads/master
Commit: f93cde2176b24ac1a5edd91c84b80809538a45c2
Parents: 738e8dc
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jul 8 15:19:02 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jul 8 15:19:02 2015 +0200

----------------------------------------------------------------------
 ant-1.9.6/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/f93cde21/ant-1.9.6/pom.xml
----------------------------------------------------------------------
diff --git a/ant-1.9.6/pom.xml b/ant-1.9.6/pom.xml
index 9a97050..27f50d1 100644
--- a/ant-1.9.6/pom.xml
+++ b/ant-1.9.6/pom.xml
@@ -35,6 +35,12 @@
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ant and ant-launcher ${pkgVersion} jar files.</description>
 
+    <scm>
+        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
+        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
+        <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
+  </scm>
+
     <properties>
         <pkgGroupId>org.apache.ant</pkgGroupId>
         <pkgArtifactId>ant</pkgArtifactId>