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 cc067ab0b SM-5766: Create OSGi bundle for postgresql 42.7.4
cc067ab0b is described below
commit cc067ab0b5c58b2c56bccf04a110ac817a8e75b6
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 08:18:24 2024 +0200
SM-5766: Create OSGi bundle for postgresql 42.7.4
---
pom.xml | 2 +-
{postgresql-42.7.3 => postgresql-42.7.4}/pom.xml | 6 +++---
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d24e6257..95e7dc167 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
<module>hapi-fhir-structures-hl7org-dstu2-7.2.2</module>
<module>hapi-fhir-structures-r4-7.2.2</module>
<module>hapi-fhir-validation-7.2.2</module>
- <module>postgresql-42.7.3</module>
+ <module>postgresql-42.7.4</module>
<module>pulsar-client-3.3.0</module>
<module>pulsar-client-admin-3.3.0</module>
<module>snmp4j-3.8.2</module>
diff --git a/postgresql-42.7.3/pom.xml b/postgresql-42.7.4/pom.xml
similarity index 96%
rename from postgresql-42.7.3/pom.xml
rename to postgresql-42.7.4/pom.xml
index b05b34a7f..40cb63676 100644
--- a/postgresql-42.7.3/pom.xml
+++ b/postgresql-42.7.4/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.postgresql</artifactId>
- <version>42.7.3_1-SNAPSHOT</version>
+ <version>42.7.4_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -44,8 +44,8 @@
<properties>
<pkgGroupId>org.postgresql</pkgGroupId>
<pkgArtifactId>postgresql</pkgArtifactId>
- <pkgVersion>42.7.3</pkgVersion>
-
<servicemix.osgi.source.version>42.7.3.1</servicemix.osgi.source.version>
+ <pkgVersion>42.7.4</pkgVersion>
+
<servicemix.osgi.source.version>42.7.4.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.postgresql
</servicemix.osgi.export.pkg>
diff --git a/postgresql-42.7.3/src/main/resources/OSGI-INF/bundle.info
b/postgresql-42.7.4/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from postgresql-42.7.3/src/main/resources/OSGI-INF/bundle.info
rename to postgresql-42.7.4/src/main/resources/OSGI-INF/bundle.info