Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielflower committed Jul 28, 2019
1 parent cac1ced commit 9ffa9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.danielflower.mavenplugins</groupId>
<artifactId>multi-module-maven-release-plugin</artifactId>
<version>3.2.0-SNAPSHOT</version> <!-- When changing also update scaffolding.TestProject.PLUGIN_VERSION_FOR_TESTS and add to src/site/markdown/changelog.md -->
<version>3.2-SNAPSHOT</version> <!-- When changing also update scaffolding.TestProject.PLUGIN_VERSION_FOR_TESTS and add to src/site/markdown/changelog.md -->

<name>The Multi Module Maven Release Plugin</name>
<description>A maven release plugin built for multi-maven-module git repositories allowing continuous deployment
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/scaffolding/TestProject.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class TestProject {

private static final MvnRunner defaultRunner = new MvnRunner(null);
private static final String PLUGIN_VERSION_FOR_TESTS = "3.2.0-SNAPSHOT";
private static final String PLUGIN_VERSION_FOR_TESTS = "3.2-SNAPSHOT";

public final File originDir;
public final Git origin;
Expand Down

0 comments on commit 9ffa9fc

Please sign in to comment.