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 2019/03/06 06:47:31 UTC

[servicemix-bundles] branch master updated: Fix version in spring-aop 5.1.5.RELEASE bundle

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 8669e83  Fix version in spring-aop 5.1.5.RELEASE bundle
8669e83 is described below

commit 8669e8389d59fdbc4ba449972d4575af1e2664d4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 6 07:47:16 2019 +0100

    Fix version in spring-aop 5.1.5.RELEASE bundle
---
 spring-aop-5.1.5.RELEASE/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/spring-aop-5.1.5.RELEASE/pom.xml b/spring-aop-5.1.5.RELEASE/pom.xml
index 7af2b9e..8f1e629 100644
--- a/spring-aop-5.1.5.RELEASE/pom.xml
+++ b/spring-aop-5.1.5.RELEASE/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-aop</artifactId>
-    <version>5.1.4.RELEASE_2-SNAPSHOT</version>
+    <version>5.1.5.RELEASE_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
 
@@ -38,13 +38,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>org.springframework</pkgGroupId>
         <pkgArtifactId>spring-aop</pkgArtifactId>
-        <pkgVersion>5.1.4.RELEASE</pkgVersion>
+        <pkgVersion>5.1.5.RELEASE</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>