Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Jan 25, 2016
1 parent 1dedaa9 commit 2894b00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.astcreator</groupId>
<artifactId>root</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.astcreator</groupId>
<artifactId>root</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.overturetool.astcreator</groupId>
<artifactId>root</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.8</version>

<name>Overture AstCreator superpom</name>
<description>This is the Overture AstCreator project. AstCreator allows the automatic creation of heterogeneous ASTs in Java based on an input specification. Created along with the AST classes are visitors that allow for functionality to be implemented over the AST.
Expand Down Expand Up @@ -174,7 +174,7 @@
<url>git@github.com/overturetool/astcreator.git</url>
<connection>scm:git:https://github.com/overturetool/astcreator.git</connection>
<developerConnection>scm:git:ssh://git@github.com/overturetool/astcreator.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.6.8</tag>
</scm>

<developers>
Expand Down

0 comments on commit 2894b00

Please sign in to comment.