From 347b6966402d82e3cc4ac76cbc7b835fa214f71f Mon Sep 17 00:00:00 2001 From: Tim Levett <levett@wisc.edu> Date: Tue, 3 Nov 2015 13:42:47 -0600 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- myuw-error-valve/pom.xml | 2 +- myuw-root-webapp/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/myuw-error-valve/pom.xml b/myuw-error-valve/pom.xml index ab7ee1c..8ea76d0 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.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/myuw-root-webapp/pom.xml b/myuw-root-webapp/pom.xml index c1e95bf..653173d 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.1</version> + <version>1.1.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index d49340d..1076fcb 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.1</version> + <version>1.1.2-SNAPSHOT</version> <name>MyUW ROOT parent</name> <url>git@git.doit.wisc.edu:myuw/my-root.git</url> -- GitLab