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 2016/07/30 03:51:48 UTC

[1/2] servicemix-bundles git commit: Fix spring-tx version

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 4ee34a70b -> a3b868c89


Fix spring-tx version


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

Branch: refs/heads/master
Commit: 7f38128be8280edd5f02b5a3685ac07c585f076e
Parents: 4ee34a7
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Jul 30 05:44:31 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Jul 30 05:44:31 2016 +0200

----------------------------------------------------------------------
 spring-tx-4.3.1.RELEASE/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7f38128b/spring-tx-4.3.1.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-tx-4.3.1.RELEASE/pom.xml b/spring-tx-4.3.1.RELEASE/pom.xml
index 44b4f5d..75ca721 100644
--- a/spring-tx-4.3.1.RELEASE/pom.xml
+++ b/spring-tx-4.3.1.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-tx</artifactId>
-    <version>4.3.1.RELEASE_1</version>
+    <version>4.3.1.RELEASE_2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 


[2/2] servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-web-4.3.1.RELEASE_1

Posted by jb...@apache.org.
[maven-release-plugin] prepare release org.apache.servicemix.bundles.spring-web-4.3.1.RELEASE_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/a3b868c8
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/a3b868c8
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/a3b868c8

Branch: refs/heads/master
Commit: a3b868c894f9480ff6b1daac573cdc3e8912cb56
Parents: 7f38128
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Sat Jul 30 05:50:35 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Jul 30 05:50:35 2016 +0200

----------------------------------------------------------------------
 spring-web-4.3.1.RELEASE/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/a3b868c8/spring-web-4.3.1.RELEASE/pom.xml
----------------------------------------------------------------------
diff --git a/spring-web-4.3.1.RELEASE/pom.xml b/spring-web-4.3.1.RELEASE/pom.xml
index 608f8b6..d88daa6 100644
--- a/spring-web-4.3.1.RELEASE/pom.xml
+++ b/spring-web-4.3.1.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-web</artifactId>
-    <version>4.3.1.RELEASE_1-SNAPSHOT</version>
+    <version>4.3.1.RELEASE_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,7 +38,7 @@
         <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>
-    <tag>HEAD</tag>
+    <tag>org.apache.servicemix.bundles.spring-web-4.3.1.RELEASE_1</tag>
   </scm>
 
     <properties>