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 5052332 [SM-4975] Create OSGi bundle for spring-xml 3.1.2
5052332 is described below
commit 505233248237d67deab2b0e88ab0098400d005de
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Dec 29 18:42:12 2021 +0100
[SM-4975] Create OSGi bundle for spring-xml 3.1.2
---
pom.xml | 1 +
{spring-xml-3.1.1 => spring-xml-3.1.2}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index a7969d5..ee496ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
<module>hapi-fhir-structures-hl7org-dstu2-5.6.1</module>
<module>hapi-fhir-structures-r4-5.6.1</module>
<module>hapi-fhir-validation-5.6.1</module>
+ <module>spring-xml-3.1.2</module>
</modules>
</project>
diff --git a/spring-xml-3.1.1/pom.xml b/spring-xml-3.1.2/pom.xml
similarity index 98%
rename from spring-xml-3.1.1/pom.xml
rename to spring-xml-3.1.2/pom.xml
index 5a9fec5..af6829a 100644
--- a/spring-xml-3.1.1/pom.xml
+++ b/spring-xml-3.1.2/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.spring-xml</artifactId>
- <version>3.1.1_2-SNAPSHOT</version>
+ <version>3.1.2_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.ws</pkgGroupId>
<pkgArtifactId>spring-xml</pkgArtifactId>
- <pkgVersion>3.1.1</pkgVersion>
+ <pkgVersion>3.1.2</pkgVersion>
<servicemix.osgi.export.pkg>
org.springframework.xml
</servicemix.osgi.export.pkg>
diff --git a/spring-xml-3.1.1/src/main/resources/OSGI-INF/bundle.info
b/spring-xml-3.1.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from spring-xml-3.1.1/src/main/resources/OSGI-INF/bundle.info
rename to spring-xml-3.1.2/src/main/resources/OSGI-INF/bundle.info