This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git
The following commit(s) were added to refs/heads/master by this push:
new b29610c [MASFRES-57] change version to common 1.5-SNAPSHOT
b29610c is described below
commit b29610c757fc03003b28522c98edeb33a6324ffa
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Mar 11 17:07:05 2023 +0100
[MASFRES-57] change version to common 1.5-SNAPSHOT
---
apache-incubator-disclaimer-resource-bundle/pom.xml | 3 +--
apache-jar-resource-bundle/pom.xml | 3 +--
apache-jar-txt-resource-bundle/pom.xml | 3 +--
apache-license-header-resource-bundle/pom.xml | 3 +--
apache-source-release-assembly-descriptor/pom.xml | 3 +--
pom.xml | 3 ++-
resources-bundles-sample/pom.xml | 3 +--
7 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/apache-incubator-disclaimer-resource-bundle/pom.xml
b/apache-incubator-disclaimer-resource-bundle/pom.xml
index b6f055a..dfc9a24 100644
--- a/apache-incubator-disclaimer-resource-bundle/pom.xml
+++ b/apache-incubator-disclaimer-resource-bundle/pom.xml
@@ -23,11 +23,10 @@
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<artifactId>apache-incubator-disclaimer-resource-bundle</artifactId>
- <version>1.2-SNAPSHOT</version>
<name>Apache Incubator Disclaimer Resource Bundle</name>
<description>An archive which contains the standard Apache Incubator
disclaimer.</description>
diff --git a/apache-jar-resource-bundle/pom.xml
b/apache-jar-resource-bundle/pom.xml
index 6438e71..4cd6803 100644
--- a/apache-jar-resource-bundle/pom.xml
+++ b/apache-jar-resource-bundle/pom.xml
@@ -23,11 +23,10 @@
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<artifactId>apache-jar-resource-bundle</artifactId>
- <version>1.5-SNAPSHOT</version>
<name>Apache JAR Resource Bundle</name>
<description>An archive which contains templates for generating the
necessary license files and notices for all Apache releases.</description>
diff --git a/apache-jar-txt-resource-bundle/pom.xml
b/apache-jar-txt-resource-bundle/pom.xml
index 70f81cf..05f11a2 100644
--- a/apache-jar-txt-resource-bundle/pom.xml
+++ b/apache-jar-txt-resource-bundle/pom.xml
@@ -23,11 +23,10 @@
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<artifactId>apache-jar-txt-resource-bundle</artifactId>
- <version>1.5-SNAPSHOT</version>
<name>Apache JAR (.txt) Resource Bundle</name>
<description>An archive which contains templates for generating the
necessary license files and notices for all Apache releases.
diff --git a/apache-license-header-resource-bundle/pom.xml
b/apache-license-header-resource-bundle/pom.xml
index 3a541b5..60c8d13 100644
--- a/apache-license-header-resource-bundle/pom.xml
+++ b/apache-license-header-resource-bundle/pom.xml
@@ -23,11 +23,10 @@
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<artifactId>apache-license-header-resource-bundle</artifactId>
- <version>1.2-SNAPSHOT</version>
<name>Apache License Header Resource Bundle</name>
<description>An archive which contains the license header
template.</description>
diff --git a/apache-source-release-assembly-descriptor/pom.xml
b/apache-source-release-assembly-descriptor/pom.xml
index aaccc64..f137d25 100644
--- a/apache-source-release-assembly-descriptor/pom.xml
+++ b/apache-source-release-assembly-descriptor/pom.xml
@@ -23,11 +23,10 @@ under the License.
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<artifactId>apache-source-release-assembly-descriptor</artifactId>
- <version>1.0.7-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Apache Source Release Assembly Descriptor</name>
diff --git a/pom.xml b/pom.xml
index 4f9e36d..6a2e333 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,13 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>39</version>
<relativePath>../maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
+ <version>1.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Resource Bundles</name>
diff --git a/resources-bundles-sample/pom.xml b/resources-bundles-sample/pom.xml
index c7994e1..55f04ec 100644
--- a/resources-bundles-sample/pom.xml
+++ b/resources-bundles-sample/pom.xml
@@ -24,12 +24,11 @@
<parent>
<groupId>org.apache.apache.resources</groupId>
<artifactId>apache-resource-bundles</artifactId>
- <version>40-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<groupId>org.apache.resources.sample</groupId>
<artifactId>resources-bundles-sample</artifactId>
- <version>1.0-SNAPSHOT</version>
<name>resources-bundles-sample</name>