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 2022/03/30 12:02:33 UTC

[servicemix-bundles] branch master updated: Fix version

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 a45b3f6  Fix version
a45b3f6 is described below

commit a45b3f672fa9ad13be77af2dba57515e721702d1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Mar 30 14:01:33 2022 +0200

    Fix version
---
 spring-webmvc-5.3.17/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/spring-webmvc-5.3.17/pom.xml b/spring-webmvc-5.3.17/pom.xml
index 8f11b9d..be47742 100644
--- a/spring-webmvc-5.3.17/pom.xml
+++ b/spring-webmvc-5.3.17/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.spring-webmvc</artifactId>
-    <version>5.3.16_2-SNAPSHOT</version>
+    <version>5.3.17_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-webmvc</pkgArtifactId>
-        <pkgVersion>5.3.16</pkgVersion>
+        <pkgVersion>5.3.17</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.springframework
         </servicemix.osgi.export.pkg>