You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2022/05/27 16:32:39 UTC

[servicemix-bundles] branch master updated (7716202ed -> fbb472ce5)

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


    from 7716202ed [SM-4728] Define servicemix.osgi.source.version property to define the Eclipse-SourceVersion header
     new 807b7580f Update maven plugins
     new fbb472ce5 Upgrade to bundles-pom 15-SNAPSHOT

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 azure-core-http-okhttp-1.9.0/pom.xml |  3 ++-
 bundles-pom/pom.xml                  | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)


[servicemix-bundles] 01/02: Update maven plugins

Posted by jb...@apache.org.
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

commit 807b7580f57be57064cd1d755efa396a3abc84f8
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri May 27 18:30:29 2022 +0200

    Update maven plugins
---
 bundles-pom/pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/bundles-pom/pom.xml b/bundles-pom/pom.xml
index 2fc4f0995..bf2a75fb8 100644
--- a/bundles-pom/pom.xml
+++ b/bundles-pom/pom.xml
@@ -147,7 +147,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.2.1</version>
                     <executions>
                         <execution>
                             <phase>generate-sources</phase>
@@ -163,17 +163,17 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.8</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jarsigner-plugin</artifactId>
-                    <version>1.4</version>
+                    <version>3.0.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.6.1</version>
+                    <version>3.9.0</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>
@@ -187,7 +187,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.1.0</version>
+                <version>5.1.6</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -216,7 +216,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.3.0</version>
                 <executions>
                     <execution>
                         <id>copy-legal</id>
@@ -250,7 +250,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.5</version>
+                <version>1.7.0</version>
                 <executions>
                     <execution>
                         <phase>generate-resources</phase>
@@ -271,7 +271,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.0.0</version>
+                <version>3.3.0</version>
                 <dependencies>
                     <dependency>
                         <groupId>org.apache.servicemix.bundles</groupId>


[servicemix-bundles] 02/02: Upgrade to bundles-pom 15-SNAPSHOT

Posted by jb...@apache.org.
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

commit fbb472ce503e278fc025eca6883d731fdcfb874e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri May 27 18:31:53 2022 +0200

    Upgrade to bundles-pom 15-SNAPSHOT
---
 azure-core-http-okhttp-1.9.0/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/azure-core-http-okhttp-1.9.0/pom.xml b/azure-core-http-okhttp-1.9.0/pom.xml
index 4af738bfa..1a4a0a600 100644
--- a/azure-core-http-okhttp-1.9.0/pom.xml
+++ b/azure-core-http-okhttp-1.9.0/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -45,6 +45,7 @@
         <pkgGroupId>com.azure</pkgGroupId>
         <pkgArtifactId>azure-core-http-okhttp</pkgArtifactId>
         <pkgVersion>1.9.0</pkgVersion>
+        <servicemix.osgi.source.version>1.9.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.azure.core.http.okhttp
          </servicemix.osgi.export.pkg>