Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Oct 3, 2014
1 parent 3e58d85 commit c52dd13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>webui-desktop</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
<!-- NOTE: remember to also update the version in project/Build.scala as well as the server POM -->
<packaging>pom</packaging>

Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:daisy/pipeline-webui.git</connection>
<url>scm:git:[email protected]:daisy/pipeline-webui.git</url>
<developerConnection>scm:git:[email protected]:daisy/pipeline-webui.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.1</tag>
</scm>


Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>webui-aggregator</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>

<!-- NOTE: the actual version is set in project/Build.scala, desktop/pom.xml and server/pom.xml -->
<packaging>pom</packaging>
Expand All @@ -23,4 +23,8 @@
<module>server</module>
<module>desktop</module>
</modules>

<scm>
<tag>v1.8.1</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>webui</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.1</version>
<!-- NOTE: remember to also update the version in project/Build.scala as well as the desktop POM -->
<packaging>play2</packaging>

Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:daisy/pipeline-webui.git</connection>
<url>scm:git:[email protected]:daisy/pipeline-webui.git</url>
<developerConnection>scm:git:[email protected]:daisy/pipeline-webui.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.8.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit c52dd13

Please sign in to comment.