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-archetypes.git
The following commit(s) were added to refs/heads/master by this push: new d6a5fe8 [maven-release-plugin] prepare release maven-archetype-bundles-1.4 d6a5fe8 is described below commit d6a5fe8ecc56ce93632c61adb8c8565fa6b986c3 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Dec 9 13:27:20 2018 +0100 [maven-release-plugin] prepare release maven-archetype-bundles-1.4 --- maven-archetype-archetype/pom.xml | 2 +- maven-archetype-j2ee-simple/pom.xml | 2 +- maven-archetype-plugin-site/pom.xml | 2 +- maven-archetype-plugin/pom.xml | 2 +- maven-archetype-portlet/pom.xml | 2 +- maven-archetype-quickstart/pom.xml | 2 +- maven-archetype-simple/pom.xml | 2 +- maven-archetype-site-simple/pom.xml | 2 +- maven-archetype-site-skin/pom.xml | 2 +- maven-archetype-site/pom.xml | 2 +- maven-archetype-webapp/pom.xml | 2 +- pom.xml | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/maven-archetype-archetype/pom.xml b/maven-archetype-archetype/pom.xml index df4ab72..e949e8e 100644 --- a/maven-archetype-archetype/pom.xml +++ b/maven-archetype-archetype/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-archetype</artifactId> diff --git a/maven-archetype-j2ee-simple/pom.xml b/maven-archetype-j2ee-simple/pom.xml index 01f231b..ff0431e 100644 --- a/maven-archetype-j2ee-simple/pom.xml +++ b/maven-archetype-j2ee-simple/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-j2ee-simple</artifactId> diff --git a/maven-archetype-plugin-site/pom.xml b/maven-archetype-plugin-site/pom.xml index cc89141..f7e2c65 100644 --- a/maven-archetype-plugin-site/pom.xml +++ b/maven-archetype-plugin-site/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-plugin-site</artifactId> diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml index e8581f7..6c97f05 100644 --- a/maven-archetype-plugin/pom.xml +++ b/maven-archetype-plugin/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-plugin</artifactId> diff --git a/maven-archetype-portlet/pom.xml b/maven-archetype-portlet/pom.xml index bc016de..51cad8c 100644 --- a/maven-archetype-portlet/pom.xml +++ b/maven-archetype-portlet/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-portlet</artifactId> diff --git a/maven-archetype-quickstart/pom.xml b/maven-archetype-quickstart/pom.xml index d14915c..b3ff250 100644 --- a/maven-archetype-quickstart/pom.xml +++ b/maven-archetype-quickstart/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-quickstart</artifactId> diff --git a/maven-archetype-simple/pom.xml b/maven-archetype-simple/pom.xml index 56ee586..9174fc6 100644 --- a/maven-archetype-simple/pom.xml +++ b/maven-archetype-simple/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-simple</artifactId> diff --git a/maven-archetype-site-simple/pom.xml b/maven-archetype-site-simple/pom.xml index d93ab58..b97aa0f 100644 --- a/maven-archetype-site-simple/pom.xml +++ b/maven-archetype-site-simple/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-site-simple</artifactId> diff --git a/maven-archetype-site-skin/pom.xml b/maven-archetype-site-skin/pom.xml index b398f10..ff666b4 100644 --- a/maven-archetype-site-skin/pom.xml +++ b/maven-archetype-site-skin/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-site-skin</artifactId> diff --git a/maven-archetype-site/pom.xml b/maven-archetype-site/pom.xml index 1b1c89b..ecf3789 100644 --- a/maven-archetype-site/pom.xml +++ b/maven-archetype-site/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-site</artifactId> diff --git a/maven-archetype-webapp/pom.xml b/maven-archetype-webapp/pom.xml index 69fe082..1e61655 100644 --- a/maven-archetype-webapp/pom.xml +++ b/maven-archetype-webapp/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <artifactId>maven-archetype-webapp</artifactId> diff --git a/pom.xml b/pom.xml index f5c06e5..10bd63d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.maven.archetypes</groupId> <artifactId>maven-archetype-bundles</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> <packaging>pom</packaging> <name>Apache Maven Archetypes</name> @@ -56,7 +56,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archetypes.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archetypes.git</developerConnection> <url>https://github.com/apache/maven-archetypes/tree/${project.scm.tag}</url> - <tag>master</tag> + <tag>maven-archetype-bundles-1.4</tag> </scm> <issueManagement> <system>jira</system>