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 7864e480e SM-5620: Create OSGi bundle for aspectj 1.9.20.1
7864e480e is described below
commit 7864e480e8a83c8bff395f36ca6e9772dbb24a99
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Sep 30 16:31:43 2023 +0200
SM-5620: Create OSGi bundle for aspectj 1.9.20.1
---
{aspectj-1.9.19 => aspectj-1.9.20.1}/pom.xml | 13 ++++++-------
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/aspectj-1.9.19/pom.xml b/aspectj-1.9.20.1/pom.xml
similarity index 94%
rename from aspectj-1.9.19/pom.xml
rename to aspectj-1.9.20.1/pom.xml
index 762724397..1167c556c 100644
--- a/aspectj-1.9.19/pom.xml
+++ b/aspectj-1.9.20.1/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16-SNAPSHOT</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.19_2-SNAPSHOT</version>
+ <version>1.9.20.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.19</pkgVersion>
-
<servicemix.osgi.source.version>1.9.19.1</servicemix.osgi.source.version>
+ <pkgVersion>1.9.20.1</pkgVersion>
+
<servicemix.osgi.source.version>1.9.20.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
- org.aspectj*;version=1.9.19;-split-package:=merge-first,
- aj*;version=1.9.19
+ org.aspectj*;version=1.9.20.1;-split-package:=merge-first,
+ aj*;version=1.9.20.1
</servicemix.osgi.export>
<servicemix.osgi.import.pkg>
javax.xml*,
diff --git a/aspectj-1.9.19/src/main/resources/OSGI-INF/bundle.info
b/aspectj-1.9.20.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from aspectj-1.9.19/src/main/resources/OSGI-INF/bundle.info
rename to aspectj-1.9.20.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 6982e06c0..3e42c6d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,7 @@
<module>lucene-queries-9.8.0</module>
<module>lucene-queryparser-9.8.0</module>
<module>lucene-sandbox-9.8.0</module>
+ <module>aspectj-1.9.20.1</module>
</modules>
</project>