Skip to content

Commit 2b1fc56

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent b653aff commit 2b1fc56

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<properties>

hmac/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

http-helpers/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

osgi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
<groupId>net.adamcin.httpsig</groupId>
3939
<artifactId>httpsig</artifactId>
40-
<version>1.3.0</version>
40+
<version>1.3.1-SNAPSHOT</version>
4141
<packaging>pom</packaging>
4242

4343
<inceptionYear>2013</inceptionYear>
@@ -49,7 +49,7 @@
4949
<url>https://github.com/adamcin/httpsig-java</url>
5050
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5151
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
52-
<tag>httpsig-1.3.0</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454

5555
<modules>
@@ -266,40 +266,40 @@
266266
<dependency>
267267
<groupId>net.adamcin.httpsig</groupId>
268268
<artifactId>httpsig-api</artifactId>
269-
<version>1.3.0</version>
269+
<version>1.3.1-SNAPSHOT</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>net.adamcin.httpsig</groupId>
273273
<artifactId>httpsig-test-common</artifactId>
274-
<version>1.3.0</version>
274+
<version>1.3.1-SNAPSHOT</version>
275275
<scope>test</scope>
276276
</dependency>
277277
<dependency>
278278
<groupId>net.adamcin.httpsig</groupId>
279279
<artifactId>httpsig-ssh-jce</artifactId>
280-
<version>1.3.0</version>
280+
<version>1.3.1-SNAPSHOT</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>net.adamcin.httpsig</groupId>
284284
<artifactId>httpsig-ssh-bc</artifactId>
285-
<version>1.3.0</version>
285+
<version>1.3.1-SNAPSHOT</version>
286286
</dependency>
287287
<dependency>
288288
<groupId>net.adamcin.httpsig</groupId>
289289
<artifactId>httpsig-ssh-jsch</artifactId>
290-
<version>1.3.0</version>
290+
<version>1.3.1-SNAPSHOT</version>
291291
<scope>provided</scope>
292292
</dependency>
293293
<dependency>
294294
<groupId>net.adamcin.httpsig</groupId>
295295
<artifactId>httpsig-hmac</artifactId>
296-
<version>1.3.0</version>
296+
<version>1.3.1-SNAPSHOT</version>
297297
<scope>provided</scope>
298298
</dependency>
299299
<dependency>
300300
<groupId>net.adamcin.httpsig</groupId>
301301
<artifactId>httpsig-http-helpers</artifactId>
302-
<version>1.3.0</version>
302+
<version>1.3.1-SNAPSHOT</version>
303303
<scope>provided</scope>
304304
</dependency>
305305

ssh-bc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

ssh-jce/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

ssh-jsch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

test-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<parent>
3333
<groupId>net.adamcin.httpsig</groupId>
3434
<artifactId>httpsig</artifactId>
35-
<version>1.3.0</version>
35+
<version>1.3.1-SNAPSHOT</version>
3636
<relativePath>..</relativePath>
3737
</parent>
3838

@@ -50,7 +50,7 @@
5050
<url>https://github.com/adamcin/httpsig-java</url>
5151
<developerConnection>scm:git:git@github.com:adamcin/httpsig-java.git</developerConnection>
5252
<connection>scm:git://github.com/adamcin/httpsig-java.git</connection>
53-
<tag>httpsig-1.3.0</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
<build>

0 commit comments

Comments
 (0)