diff --git a/pom.xml b/pom.xml index cf742d562172dd23a80e9213a581ef0410aea5bf..c8572b40ae74f862408b2013e47aaa0496e8d522 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>