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 4d52cbf71 SM-5678: Create OSGi bundles for olingo-odata2 2.0.13
4d52cbf71 is described below
commit 4d52cbf71cb5665c50088ca023b4ffe957cefe4a
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 16:54:51 2024 +0100
SM-5678: Create OSGi bundles for olingo-odata2 2.0.13
---
{olingo-odata2-api-2.0.12 => olingo-odata2-api-2.0.13}/pom.xml | 8 ++++----
.../src/main/resources/OSGI-INF/bundle.info | 0
{olingo-odata2-core-2.0.12 => olingo-odata2-core-2.0.13}/pom.xml | 8 ++++----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 2 ++
5 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/olingo-odata2-api-2.0.12/pom.xml b/olingo-odata2-api-2.0.13/pom.xml
similarity index 95%
rename from olingo-odata2-api-2.0.12/pom.xml
rename to olingo-odata2-api-2.0.13/pom.xml
index 22698611f..52a4c497a 100644
--- a/olingo-odata2-api-2.0.12/pom.xml
+++ b/olingo-odata2-api-2.0.13/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>13</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.olingo-odata2-api</artifactId>
- <version>2.0.12_2-SNAPSHOT</version>
+ <version>2.0.13_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,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.apache.olingo</pkgGroupId>
<pkgArtifactId>olingo-odata2-api</pkgArtifactId>
- <pkgVersion>2.0.12</pkgVersion>
+ <pkgVersion>2.0.13</pkgVersion>
+
<servicemix.osgi.source.version>2.0.13.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.olingo.odata2.api*
</servicemix.osgi.export.pkg>
diff --git a/olingo-odata2-api-2.0.12/src/main/resources/OSGI-INF/bundle.info
b/olingo-odata2-api-2.0.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from olingo-odata2-api-2.0.12/src/main/resources/OSGI-INF/bundle.info
rename to olingo-odata2-api-2.0.13/src/main/resources/OSGI-INF/bundle.info
diff --git a/olingo-odata2-core-2.0.12/pom.xml
b/olingo-odata2-core-2.0.13/pom.xml
similarity index 95%
rename from olingo-odata2-core-2.0.12/pom.xml
rename to olingo-odata2-core-2.0.13/pom.xml
index 3458d43e0..efb504af7 100644
--- a/olingo-odata2-core-2.0.12/pom.xml
+++ b/olingo-odata2-core-2.0.13/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>13</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.olingo-odata2-core</artifactId>
- <version>2.0.12_2-SNAPSHOT</version>
+ <version>2.0.13_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,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.apache.olingo</pkgGroupId>
<pkgArtifactId>olingo-odata2-core</pkgArtifactId>
- <pkgVersion>2.0.12</pkgVersion>
+ <pkgVersion>2.0.13</pkgVersion>
+
<servicemix.osgi.source.version>2.0.13.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.apache.olingo.odata2.core*
</servicemix.osgi.export.pkg>
diff --git a/olingo-odata2-core-2.0.12/src/main/resources/OSGI-INF/bundle.info
b/olingo-odata2-core-2.0.13/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from olingo-odata2-core-2.0.12/src/main/resources/OSGI-INF/bundle.info
rename to olingo-odata2-core-2.0.13/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 077eae449..e5869ecb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,8 @@
<module>dnsjava-3.5.3</module>
<module>xmlresolver-6.0.4</module>
<module>gae-2.0.24</module>
+ <module>olingo-odata2-api-2.0.13</module>
+ <module>olingo-odata2-core-2.0.13</module>
</modules>
</project>