You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/05 02:30:13 UTC

[aries-cdi] branch master updated: [maven-release-plugin] prepare release org.apache.aries.cdi-1.1.5

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git


The following commit(s) were added to refs/heads/master by this push:
     new d954f4a  [maven-release-plugin] prepare release org.apache.aries.cdi-1.1.5
d954f4a is described below

commit d954f4a8e6cea71966bad803691be65e2026edab
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Mon Apr 4 22:30:09 2022 -0400

    [maven-release-plugin] prepare release org.apache.aries.cdi-1.1.5
---
 cdi-bom/pom.xml                      | 4 ++--
 cdi-build-tools/pom.xml              | 2 +-
 cdi-executable/pom.xml               | 4 ++--
 cdi-extender/pom.xml                 | 4 ++--
 cdi-extension-el-jsp/pom.xml         | 4 ++--
 cdi-extension-jaxrs/pom.xml          | 4 ++--
 cdi-extension-jndi/pom.xml           | 4 ++--
 cdi-extension-servlet-common/pom.xml | 4 ++--
 cdi-extension-servlet-owb/pom.xml    | 4 ++--
 cdi-extension-servlet-weld/pom.xml   | 4 ++--
 cdi-extension-spi/pom.xml            | 4 ++--
 cdi-extra/pom.xml                    | 4 ++--
 cdi-itests/pom.xml                   | 4 ++--
 cdi-karaf/pom.xml                    | 2 +-
 cdi-owb/pom.xml                      | 4 ++--
 cdi-spi/pom.xml                      | 4 ++--
 cdi-weld/pom.xml                     | 4 ++--
 pom.xml                              | 6 +++---
 18 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/cdi-bom/pom.xml b/cdi-bom/pom.xml
index d3d75c3..dff69c0 100644
--- a/cdi-bom/pom.xml
+++ b/cdi-bom/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.bom</artifactId>
@@ -33,7 +33,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-build-tools/pom.xml b/cdi-build-tools/pom.xml
index 5213338..8607b8a 100644
--- a/cdi-build-tools/pom.xml
+++ b/cdi-build-tools/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
diff --git a/cdi-executable/pom.xml b/cdi-executable/pom.xml
index 29aef62..fee65f5 100644
--- a/cdi-executable/pom.xml
+++ b/cdi-executable/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.executable</artifactId>
@@ -43,7 +43,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index f48f7e5..6d5e737 100644
--- a/cdi-extender/pom.xml
+++ b/cdi-extender/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-el-jsp/pom.xml b/cdi-extension-el-jsp/pom.xml
index 51f3cf8..46adf13 100644
--- a/cdi-extension-el-jsp/pom.xml
+++ b/cdi-extension-el-jsp/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 	</parent>
 
 	<artifactId>org.apache.aries.cdi.extension.el.jsp</artifactId>
@@ -41,7 +41,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-jaxrs/pom.xml b/cdi-extension-jaxrs/pom.xml
index a0dbf86..3bf0306 100644
--- a/cdi-extension-jaxrs/pom.xml
+++ b/cdi-extension-jaxrs/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -42,7 +42,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-jndi/pom.xml b/cdi-extension-jndi/pom.xml
index fdfee06..c471cab 100644
--- a/cdi-extension-jndi/pom.xml
+++ b/cdi-extension-jndi/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-servlet-common/pom.xml b/cdi-extension-servlet-common/pom.xml
index e7bdc82..d9f76ea 100644
--- a/cdi-extension-servlet-common/pom.xml
+++ b/cdi-extension-servlet-common/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -43,7 +43,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-servlet-owb/pom.xml b/cdi-extension-servlet-owb/pom.xml
index 3c12b54..b8ec1ba 100644
--- a/cdi-extension-servlet-owb/pom.xml
+++ b/cdi-extension-servlet-owb/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -43,7 +43,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-servlet-weld/pom.xml b/cdi-extension-servlet-weld/pom.xml
index c80e413..ed1cc3d 100644
--- a/cdi-extension-servlet-weld/pom.xml
+++ b/cdi-extension-servlet-weld/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -43,7 +43,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extension-spi/pom.xml b/cdi-extension-spi/pom.xml
index bfc4067..0d9472c 100644
--- a/cdi-extension-spi/pom.xml
+++ b/cdi-extension-spi/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-extra/pom.xml b/cdi-extra/pom.xml
index 5707308..cad995d 100644
--- a/cdi-extra/pom.xml
+++ b/cdi-extra/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -42,7 +42,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index d139a90..65b13c8 100644
--- a/cdi-itests/pom.xml
+++ b/cdi-itests/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-karaf/pom.xml b/cdi-karaf/pom.xml
index 3cfe5db..7100421 100644
--- a/cdi-karaf/pom.xml
+++ b/cdi-karaf/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<artifactId>org.apache.aries.cdi</artifactId>
 		<groupId>org.apache.aries.cdi</groupId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/cdi-owb/pom.xml b/cdi-owb/pom.xml
index a03bac2..e45f800 100644
--- a/cdi-owb/pom.xml
+++ b/cdi-owb/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-spi/pom.xml b/cdi-spi/pom.xml
index 7c283e1..40b8eb8 100644
--- a/cdi-spi/pom.xml
+++ b/cdi-spi/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/cdi-weld/pom.xml b/cdi-weld/pom.xml
index 2770c8b..f60b41b 100644
--- a/cdi-weld/pom.xml
+++ b/cdi-weld/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.aries.cdi</groupId>
 		<artifactId>org.apache.aries.cdi</artifactId>
-		<version>1.1.5-SNAPSHOT</version>
+		<version>1.1.5</version>
 		<relativePath>..</relativePath>
 	</parent>
 
@@ -40,7 +40,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>
 
diff --git a/pom.xml b/pom.xml
index d979913..66f63d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 	<groupId>org.apache.aries.cdi</groupId>
 	<artifactId>org.apache.aries.cdi</artifactId>
 	<name>Apache Aries CDI - OSGi CDI Integration Project</name>
-	<version>1.1.5-SNAPSHOT</version>
+	<version>1.1.5</version>
 	<packaging>pom</packaging>
 
 	<properties>
@@ -41,7 +41,7 @@
 		<maven.site.deploy.skip>true</maven.site.deploy.skip>
 		<bnd.baseline.skip>false</bnd.baseline.skip>
 
-		<project.build.outputTimestamp>1</project.build.outputTimestamp>
+		<project.build.outputTimestamp>1649125705</project.build.outputTimestamp>
 
 		<!-- Versions -->
 		<bnd.version>6.2.0</bnd.version>
@@ -73,7 +73,7 @@
 	<scm>
 		<connection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</connection>
 		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-cdi.git</developerConnection>
-		<tag>HEAD</tag>
+		<tag>org.apache.aries.cdi-1.1.5</tag>
 		<url>https://github.com/apache/aries-cdi</url>
 	</scm>