From f4928a6b6ce5f3ad2f355f1801336c955601f19c Mon Sep 17 00:00:00 2001 From: pnogal <paulina.nogal@wisc.edu> Date: Mon, 13 Apr 2020 15:45:27 -0500 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- myuw-error-valve/pom.xml | 2 +- myuw-root-webapp/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/myuw-error-valve/pom.xml b/myuw-error-valve/pom.xml index a5d2099..8544f90 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.9</version> + <version>1.1.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/myuw-root-webapp/pom.xml b/myuw-root-webapp/pom.xml index fdb7816..85d704e 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.9</version> + <version>1.1.10-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 048f815..6e083b4 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.9</version> + <version>1.1.10-SNAPSHOT</version> <name>MyUW ROOT parent</name> <url>https://git.doit.wisc.edu/myuw/my-root</url> @@ -12,7 +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.9</tag> + <tag>HEAD</tag> </scm> <modules> -- GitLab