Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Nov 10, 2018
1 parent 8458f20 commit 0fd5418
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>ST4</artifactId>
<packaging>jar</packaging>

<version>4.1-SNAPSHOT</version>
<version>4.1</version>

<name>StringTemplate 4</name>
<description>StringTemplate is a java template engine for generating source code,
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -82,4 +82,11 @@
</plugin>
</plugins>
</build>

<scm>
<url>https://github.com/antlr/stringtemplate4/tree/master</url>
<connection>scm:git:git://github.com/antlr/stringtemplate4.git</connection>
<developerConnection>scm:git:[email protected]:antlr/stringtemplate4.git</developerConnection>
<tag>HEAD</tag>
</scm>
</project>

0 comments on commit 0fd5418

Please sign in to comment.