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 629610f93 [SM-5425] Create OSGi bundle for aspectj 1.9.19
629610f93 is described below

commit 629610f93085221059d36696ab7c8106e361143d
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Dec 31 08:26:22 2022 +0100

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

diff --git a/aspectj-1.9.9.1/pom.xml b/aspectj-1.9.19/pom.xml
similarity index 94%
rename from aspectj-1.9.9.1/pom.xml
rename to aspectj-1.9.19/pom.xml
index ebb198732..15f55e20d 100644
--- a/aspectj-1.9.9.1/pom.xml
+++ b/aspectj-1.9.19/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15</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.9.1_2-SNAPSHOT</version>
+    <version>1.9.19_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps aspectjrt and aspectjweaver 
${pkgVersion} jar files.</description>
 
@@ -39,16 +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.9.1</pkgVersion>
+        <pkgVersion>1.9.19</pkgVersion>
+        
<servicemix.osgi.source.version>1.9.19.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
-            org.aspectj*;version=1.9.9.1;-split-package:=merge-first,
-            aj*;version=1.9.9.1
+            org.aspectj*;version=1.9.19;-split-package:=merge-first,
+            aj*;version=1.9.19
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
             javax.xml*,
diff --git a/aspectj-1.9.9.1/src/main/resources/OSGI-INF/bundle.info 
b/aspectj-1.9.19/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.9.1/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.19/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a477fab16..17f9a7380 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
       <module>grpc-1.51.1</module>
       <module>elasticsearch-java-8.5.3</module>
       <module>google-cloud-pubsub-1.122.2</module>
+      <module>aspectj-1.9.19</module>
     </modules>
 
 </project>

Reply via email to