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 5ba4d1ded Fix spring-instrument 5.3.19 version
5ba4d1ded is described below
commit 5ba4d1dedf405099ab6accb842eb63c169d4e9ca
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 28 09:20:05 2022 +0200
Fix spring-instrument 5.3.19 version
---
spring-instrument-5.3.19/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spring-instrument-5.3.19/pom.xml b/spring-instrument-5.3.19/pom.xml
index 17e695a76..9d43df55c 100644
--- a/spring-instrument-5.3.19/pom.xml
+++ b/spring-instrument-5.3.19/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-instrument</artifactId>
- <version>5.3.18_2-SNAPSHOT</version>
+ <version>5.3.19_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
@@ -44,7 +44,7 @@
<properties>
<pkgGroupId>org.springframework</pkgGroupId>
<pkgArtifactId>spring-instrument</pkgArtifactId>
- <pkgVersion>5.3.18</pkgVersion>
+ <pkgVersion>5.3.19</pkgVersion>
<servicemix.osgi.export.pkg>
org.springframework
</servicemix.osgi.export.pkg>