From a178fd9b54dd698a1359c08bfdfe097de53201d5 Mon Sep 17 00:00:00 2001 From: Andrew Petro <andrew.petro@wisc.edu> Date: Mon, 26 Feb 2024 17:33:11 -0600 Subject: [PATCH] now building 1.3.3-SNAPSHOT --- 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 7a43d8d..5b5e648 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.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/myuw-root-webapp/pom.xml b/myuw-root-webapp/pom.xml index bc18e37..0c07863 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.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 045942e..07b3a2f 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.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <name>MyUW ROOT parent</name> <url>https://git.doit.wisc.edu/myuw/my-root</url> -- GitLab