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 2019/04/29 05:38:01 UTC

[servicemix-bundles] branch master updated: [SM-4041] Create OSGi bundle for aspectj 1.9.3

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 e49babd  [SM-4041] Create OSGi bundle for aspectj 1.9.3
e49babd is described below

commit e49babd52577063445fda01d2687f3f852fcd707
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Apr 29 07:37:16 2019 +0200

    [SM-4041] Create OSGi bundle for aspectj 1.9.3
---
 {aspectj-1.9.2 => aspectj-1.9.3}/pom.xml                      | 11 +++++------
 .../src/main/resources/OSGI-INF/bundle.info                   |  0
 pom.xml                                                       |  1 +
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/aspectj-1.9.2/pom.xml b/aspectj-1.9.3/pom.xml
similarity index 95%
rename from aspectj-1.9.2/pom.xml
rename to aspectj-1.9.3/pom.xml
index 6a20e02..12b43c3 100644
--- a/aspectj-1.9.2/pom.xml
+++ b/aspectj-1.9.3/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.aspectj</artifactId>
     <packaging>bundle</packaging>
-    <version>1.9.2_2-SNAPSHOT</version>
+    <version>1.9.3_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps aspectjrt and aspectjweaver ${pkgVersion} jar files.</description>
 
@@ -39,16 +39,15 @@
         <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.aspectj</pkgGroupId>
         <pkgArtifactId>aspectj</pkgArtifactId>
-        <pkgVersion>1.9.2</pkgVersion>
+        <pkgVersion>1.9.3</pkgVersion>
         <servicemix.osgi.export>
-            org.aspectj*;version=1.9.2;-split-package:=merge-first,
-            aj*;version=1.9.2
+            org.aspectj*;version=1.9.3;-split-package:=merge-first,
+            aj*;version=1.9.3
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.2/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.9.3/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.2/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.3/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 0fa3081..1a2ebce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,7 @@
         <module>spring-webmvc-5.1.6.RELEASE</module>
         <module>spring-websocket-5.1.6.RELEASE</module>
         <module>azure-storage-8.2.0</module>
+        <module>aspectj-1.9.3</module>
     </modules>
 
 </project>