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 f6501cc85 [SM-5507] Create OSGi bundle for spring-xml 4.0.2
f6501cc85 is described below
commit f6501cc850c47f8ad97a91789e635dd6777a224e
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 15:07:55 2023 +0200
[SM-5507] Create OSGi bundle for spring-xml 4.0.2
---
pom.xml | 1 +
{spring-xml-4.0.1 => spring-xml-4.0.2}/pom.xml | 7 +++----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index df25594f0..0361d1067 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
<module>hapi-fhir-validation-6.4.4</module>
<module>google-gax-grpc-2.24.0</module>
<module>jt400-11.2</module>
+ <module>spring-xml-4.0.2</module>
</modules>
</project>
diff --git a/spring-xml-4.0.1/pom.xml b/spring-xml-4.0.2/pom.xml
similarity index 97%
rename from spring-xml-4.0.1/pom.xml
rename to spring-xml-4.0.2/pom.xml
index 1b06b7bf9..0bc72fd68 100644
--- a/spring-xml-4.0.1/pom.xml
+++ b/spring-xml-4.0.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
- <version>4.0.1_2-SNAPSHOT</version>
+ <version>4.0.2_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
@@ -38,14 +38,13 @@
<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.ws</pkgGroupId>
<pkgArtifactId>spring-xml</pkgArtifactId>
- <pkgVersion>4.0.1</pkgVersion>
-
<servicemix.osgi.source.version>4.0.1.1</servicemix.osgi.source.version>
+ <pkgVersion>4.0.2</pkgVersion>
+
<servicemix.osgi.source.version>4.0.2.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.springframework.xml
</servicemix.osgi.export.pkg>
diff --git a/spring-xml-4.0.1/src/main/resources/OSGI-INF/bundle.info
b/spring-xml-4.0.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-4.0.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-4.0.2/src/main/resources/OSGI-INF/bundle.info