aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉamonn McManus <eamonn@mcmanus.net>2019-07-01 13:58:10 -0700
committerÉamonn McManus <eamonn@mcmanus.net>2019-07-01 13:58:10 -0700
commit0a340e3c7e5a6e1b17f0672b6bb5a9c36c3cd9ce (patch)
tree2f8cc743bd7babbb6fa85cd2b98e4e5e46c847f8
parent67e258966c479a1153a385d48f06dbf827b6057c (diff)
downloadescapevelocity-0a340e3c7e5a6e1b17f0672b6bb5a9c36c3cd9ce.tar.gz
[maven-release-plugin] prepare release escapevelocity-0.9.1
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 076165b..7f0e0a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
@@ -25,7 +24,7 @@
<groupId>com.google.escapevelocity</groupId>
<artifactId>escapevelocity</artifactId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9.1</version>
<name>EscapeVelocity</name>
<description>
A reimplementation of a subset of the Apache Velocity templating system.