Skip to content

Commit ff14e54

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b3b358a commit ff14e54

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

memento-processor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.mttkay.memento</groupId>
77
<artifactId>memento-project</artifactId>
8-
<version>0.2</version>
8+
<version>0.3-SNAPSHOT</version>
99
</parent>
1010
<artifactId>memento-processor</artifactId>
1111
<packaging>jar</packaging>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.github.mttkay.memento</groupId>
1616
<artifactId>memento</artifactId>
17-
<version>0.2</version>
17+
<version>0.3-SNAPSHOT</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.android</groupId>

memento/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.mttkay.memento</groupId>
77
<artifactId>memento-project</artifactId>
8-
<version>0.2</version>
8+
<version>0.3-SNAPSHOT</version>
99
</parent>
1010
<artifactId>memento</artifactId>
1111
<packaging>jar</packaging>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.mttkay.memento</groupId>
66
<artifactId>memento-project</artifactId>
7-
<version>0.2</version>
7+
<version>0.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Memento</name>
@@ -36,7 +36,7 @@
3636
<url>https://github.com/mttkay/memento</url>
3737
<connection>scm:git:git://github.com/mttkay/memento.git</connection>
3838
<developerConnection>scm:git:[email protected]:mttkay/memento.git</developerConnection>
39-
<tag>0.2</tag>
39+
<tag>HEAD</tag>
4040
</scm>
4141

4242
<modules>

0 commit comments

Comments
 (0)