Skip to content

Commit f95fbfd

Browse files
author
TheSnoozer
committed
set version to -SNAPSHOT for testing with maven-release-plugin
1 parent 41e4ed1 commit f95fbfd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<artifactId>git-commit-id-plugin</artifactId>
1313
<packaging>pom</packaging>
1414

15-
<version>0.0.1</version>
15+
<version>0.0.1-SNAPSHOT</version>
1616

1717
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
1818
<description>

submodule-one/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.project13.maven</groupId>
88
<artifactId>git-commit-id-plugin</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>pl.project13.maven</groupId>
1313
<artifactId>submodule-one</artifactId>
14-
<version>0.0.1</version>
14+
<version>0.0.1-SNAPSHOT</version>
1515

1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

submodule-two/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.project13.maven</groupId>
88
<artifactId>git-commit-id-plugin</artifactId>
9-
<version>0.0.1</version>
9+
<version>0.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>pl.project13.maven</groupId>
1313
<artifactId>submodule-two</artifactId>
14-
<version>0.0.1</version>
14+
<version>0.0.1-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)