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 579f48322 [SM-5108] Create OSGi bundles for olingo 2.0.12
579f48322 is described below
commit 579f4832281b0c3d02239af3ffbf63167bc72933
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Apr 27 20:39:37 2022 +0200
[SM-5108] Create OSGi bundles for olingo 2.0.12
---
{olingo-odata2-api-2.0.11 => olingo-odata2-api-2.0.12}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
{olingo-odata2-core-2.0.11 => olingo-odata2-core-2.0.12}/pom.xml | 5 ++---
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 ++
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/olingo-odata2-api-2.0.11/pom.xml b/olingo-odata2-api-2.0.12/pom.xml
similarity index 97%
rename from olingo-odata2-api-2.0.11/pom.xml
rename to olingo-odata2-api-2.0.12/pom.xml
index e78d0538a..4edcdb187 100644
--- a/olingo-odata2-api-2.0.11/pom.xml
+++ b/olingo-odata2-api-2.0.12/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.olingo-odata2-api</artifactId>
- <version>2.0.11_2-SNAPSHOT</version>
+ <version>2.0.12_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,13 +39,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.apache.olingo</pkgGroupId>
<pkgArtifactId>olingo-odata2-api</pkgArtifactId>
- <pkgVersion>2.0.11</pkgVersion>
+ <pkgVersion>2.0.12</pkgVersion>
<servicemix.osgi.export.pkg>
org.apache.olingo.odata2.api*
</servicemix.osgi.export.pkg>
diff --git a/olingo-odata2-api-2.0.11/src/main/resources/OSGI-INF/bundle.info
b/olingo-odata2-api-2.0.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from olingo-odata2-api-2.0.11/src/main/resources/OSGI-INF/bundle.info
rename to olingo-odata2-api-2.0.12/src/main/resources/OSGI-INF/bundle.info
diff --git a/olingo-odata2-core-2.0.11/pom.xml
b/olingo-odata2-core-2.0.12/pom.xml
similarity index 97%
rename from olingo-odata2-core-2.0.11/pom.xml
rename to olingo-odata2-core-2.0.12/pom.xml
index d92384ba8..c745fbbe4 100644
--- a/olingo-odata2-core-2.0.11/pom.xml
+++ b/olingo-odata2-core-2.0.12/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.olingo-odata2-core</artifactId>
- <version>2.0.11_2-SNAPSHOT</version>
+ <version>2.0.12_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,13 +39,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.apache.olingo</pkgGroupId>
<pkgArtifactId>olingo-odata2-core</pkgArtifactId>
- <pkgVersion>2.0.11</pkgVersion>
+ <pkgVersion>2.0.12</pkgVersion>
<servicemix.osgi.export.pkg>
org.apache.olingo.odata2.core*
</servicemix.osgi.export.pkg>
diff --git a/olingo-odata2-core-2.0.11/src/main/resources/OSGI-INF/bundle.info
b/olingo-odata2-core-2.0.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from olingo-odata2-core-2.0.11/src/main/resources/OSGI-INF/bundle.info
rename to olingo-odata2-core-2.0.12/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 91d7534f3..3cc377579 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,8 @@
<module>hapi-fhir-structures-r4-5.7.2</module>
<module>hapi-fhir-validation-5.7.2</module>
<module>spring-integration-core-5.5.11</module>
+ <module>olingo-odata2-api-2.0.12</module>
+ <module>olingo-odata2-core-2.0.12</module>
</modules>
</project>