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 37b40fb [maven-release-plugin] prepare for next development iteration
37b40fb is described below
commit 37b40fb2656a42a9ad262fcdd5991168d50b76f4
Author: Raymond Augé <[email protected]>
AuthorDate: Mon Apr 4 22:30:17 2022 -0400
[maven-release-plugin] prepare for next development iteration
---
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 dff69c0..17b4f73 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 8607b8a..19b0fb7 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</version>
+ <version>1.1.6-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/cdi-executable/pom.xml b/cdi-executable/pom.xml
index fee65f5..85dc2c6 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-extender/pom.xml b/cdi-extender/pom.xml
index 6d5e737..2ace086 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 46adf13..b5fdf56 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 3bf0306..d99c611 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 c471cab..ae02857 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 d9f76ea..01dddb9 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 b8ec1ba..a92c1af 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 ed1cc3d..adeb768 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</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 0d9472c..4afc4d3 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-extra/pom.xml b/cdi-extra/pom.xml
index cad995d..f7f890a 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-itests/pom.xml b/cdi-itests/pom.xml
index 65b13c8..f4deaa0 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-karaf/pom.xml b/cdi-karaf/pom.xml
index 7100421..3423a62 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</version>
+ <version>1.1.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cdi-owb/pom.xml b/cdi-owb/pom.xml
index e45f800..c5be5be 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-spi/pom.xml b/cdi-spi/pom.xml
index 40b8eb8..e5a93a3 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/cdi-weld/pom.xml b/cdi-weld/pom.xml
index f60b41b..9fa2556 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</version>
+ <version>1.1.6-SNAPSHOT</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>
diff --git a/pom.xml b/pom.xml
index 66f63d3..9efab7b 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</version>
+ <version>1.1.6-SNAPSHOT</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>1649125705</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1649125817</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>org.apache.aries.cdi-1.1.5</tag>
+ <tag>HEAD</tag>
<url>https://github.com/apache/aries-cdi</url>
</scm>