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 a68cbfd17 SM-5683: Create OSGi bundle for aspectj 1.9.21.1
a68cbfd17 is described below

commit a68cbfd17b77d28527c555383621be156dadb4a0
Author: JB Onofré <[email protected]>
AuthorDate: Tue Feb 20 15:36:45 2024 +0100

    SM-5683: Create OSGi bundle for aspectj 1.9.21.1
---
 {aspectj-1.9.20.1 => aspectj-1.9.21.1}/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.20.1/pom.xml b/aspectj-1.9.21.1/pom.xml
similarity index 95%
rename from aspectj-1.9.20.1/pom.xml
rename to aspectj-1.9.21.1/pom.xml
index 417dabd7a..2e4510247 100644
--- a/aspectj-1.9.20.1/pom.xml
+++ b/aspectj-1.9.21.1/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.20.1_2-SNAPSHOT</version>
+    <version>1.9.21.1_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps aspectjrt and aspectjweaver 
${pkgVersion} jar files.</description>
 
@@ -39,17 +39,16 @@
         
<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.20.1</pkgVersion>
-        
<servicemix.osgi.source.version>1.9.20.1.1</servicemix.osgi.source.version>
+        <pkgVersion>1.9.21.1</pkgVersion>
+        
<servicemix.osgi.source.version>1.9.21.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
-            org.aspectj*;version=1.9.20.1;-split-package:=merge-first,
-            aj*;version=1.9.20.1
+            org.aspectj*;version=1.9.21.1;-split-package:=merge-first,
+            aj*;version=1.9.21.1
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.20.1/src/main/resources/OSGI-INF/bundle.info 
b/aspectj-1.9.21.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.20.1/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.21.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3dcfd93a6..595baf8ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
       <module>fastinfoset-2.1.1</module>
       <module>mybatis-3.5.15</module>
       <module>gremlin-driver-3.7.1</module>
+      <module>aspectj-1.9.21.1</module>
     </modules>
 
 </project>

Reply via email to