From b0927f11dcdfe1f9c7a4a6a126e66136d838292f Mon Sep 17 00:00:00 2001 From: Tim Levett <tim.levett@wisc.edu> Date: Thu, 28 Apr 2016 09:47:03 -0500 Subject: [PATCH] [maven-release-plugin] prepare release root-parent-1.1.2 --- myuw-error-valve/pom.xml | 2 +- myuw-root-webapp/pom.xml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/myuw-error-valve/pom.xml b/myuw-error-valve/pom.xml index 8ea76d0..7ec1094 100644 --- a/myuw-error-valve/pom.xml +++ b/myuw-error-valve/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>edu.wisc.my.app.root</groupId> <artifactId>root-parent</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/myuw-root-webapp/pom.xml b/myuw-root-webapp/pom.xml index 653173d..a46284c 100644 --- a/myuw-root-webapp/pom.xml +++ b/myuw-root-webapp/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>edu.wisc.my.app.root</groupId> <artifactId>root-parent</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 4e872f4..824df8c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>edu.wisc.my.app.root</groupId> <artifactId>root-parent</artifactId> <packaging>pom</packaging> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <name>MyUW ROOT parent</name> <url>git@git.doit.wisc.edu:myuw/my-root.git</url> @@ -12,6 +12,7 @@ <connection>scm:git:git@git.doit.wisc.edu:myuw/my-root.git</connection> <developerConnection>scm:git:git@git.doit.wisc.edu:myuw/my-root.git</developerConnection> <url>https://git.doit.wisc.edu/myuw/my-root</url> + <tag>root-parent-1.1.2</tag> </scm> <modules> -- GitLab