From fe3d9b39928022dd92ad1c7e8766acc85ac827ee Mon Sep 17 00:00:00 2001 From: Lyle Hanson <lyle.hanson@wisc.edu> Date: Thu, 16 Jun 2016 14:39:19 -0500 Subject: [PATCH] Version increment for next snapshot --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cf742d5..c8572b4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,9 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>edu.wisc.services.tomcat</groupId> <artifactId>tomcat-file-property-source</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.1-SNAPSHOT</version> <packaging>jar</packaging> <name>Tomcat File Property Source</name> -- GitLab