Skip to content

Commit

Permalink
set version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benhamidene authored and pkleimann committed Feb 10, 2017
1 parent c321ea4 commit 1fa83b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion development/livingdoc_jenkins_setversion.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
<stringAttribute key="M2_GOALS" value="-N versions:set -DnewVersion=1.0.0 -DgenerateBackupPoms=false"/>
<stringAttribute key="M2_GOALS" value="-N versions:set -DnewVersion=1.3.2 -DgenerateBackupPoms=false"/>
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
Expand Down
2 changes: 1 addition & 1 deletion livingdoc-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>info.novatec.testit</groupId>
<artifactId>livingdoc-jenkins</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.2</version>
</parent>

<artifactId>livingdoc-reports</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>info.novatec.testit</groupId>
<artifactId>livingdoc-jenkins</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>
<name>${project.title}</name>
<url>https://github.com/testIT-LivingDoc</url>
Expand All @@ -34,7 +34,7 @@
</scm>
<properties>
<project.title>testIT LivingDoc | Jenkins</project.title>
<livingdoc.version>1.3-SNAPSHOT</livingdoc.version>
<livingdoc.version>1.3.2</livingdoc.version>
<project.source.encoding>UTF-8</project.source.encoding>


Expand Down

0 comments on commit 1fa83b8

Please sign in to comment.