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/03/28 13:47:08 UTC

[servicemix-bundles] branch master updated: [SM-5066] Create OSGi bundle for aspectj 1.9.9

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 058368a  [SM-5066] Create OSGi bundle for aspectj 1.9.9
058368a is described below

commit 058368a1389631d2dd2b769a3b65b4ccda43c3c6
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Mar 28 15:46:36 2022 +0200

    [SM-5066] Create OSGi bundle for aspectj 1.9.9
---
 {aspectj-1.9.8 => aspectj-1.9.9}/pom.xml                         | 9 ++++-----
 .../src/main/resources/OSGI-INF/bundle.info                      | 0
 pom.xml                                                          | 1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/aspectj-1.9.8/pom.xml b/aspectj-1.9.9/pom.xml
similarity index 96%
rename from aspectj-1.9.8/pom.xml
rename to aspectj-1.9.9/pom.xml
index 9c2efad..6bd165d 100644
--- a/aspectj-1.9.8/pom.xml
+++ b/aspectj-1.9.9/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.aspectj</artifactId>
     <packaging>bundle</packaging>
-    <version>1.9.8_2-SNAPSHOT</version>
+    <version>1.9.9_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.8</pkgVersion>
+        <pkgVersion>1.9.9</pkgVersion>
         <servicemix.osgi.export>
-            org.aspectj*;version=1.9.8;-split-package:=merge-first,
-            aj*;version=1.9.8
+            org.aspectj*;version=1.9.9;-split-package:=merge-first,
+            aj*;version=1.9.9
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.8/src/main/resources/OSGI-INF/bundle.info b/aspectj-1.9.9/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.8/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.9/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index ab9d3ea..9c80761 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,7 @@
       <module>spring-integration-core-5.5.10</module>
       <module>asterisk-java-3.28.0</module>
       <module>grpc-1.45.0</module>
+      <module>aspectj-1.9.9</module>
     </modules>
 
 </project>