Skip to content

Commit ff3c92a

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 83a10a0 commit ff3c92a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bcprov/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.profhenry.sshsig</groupId>
66
<artifactId>sshsig-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sshsig-bcprov</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.profhenry.sshsig</groupId>
66
<artifactId>sshsig-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sshsig-core</artifactId>

i2pcrypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.profhenry.sshsig</groupId>
66
<artifactId>sshsig-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sshsig.i2pcrypto</artifactId>

mina/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.profhenry.sshsig</groupId>
66
<artifactId>sshsig-parent</artifactId>
7-
<version>1.0.0</version>
7+
<version>1.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sshsig-mina</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.profhenry.sshsig</groupId>
55
<artifactId>sshsig-parent</artifactId>
6-
<version>1.0.0</version>
6+
<version>1.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<description>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:profhenry/sshsig.git</connection>
3434
<url>https://github.com/profhenry/sshsig.git</url>
3535
<developerConnection>scm:git:git@github.com:profhenry/sshsig.git</developerConnection>
36-
<tag>sshsig-1.0.0</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838

3939
<issueManagement>

0 commit comments

Comments
 (0)