Skip to content

Commit adebd4f

Browse files
author
Mark Adamcin
committed
[maven-release-plugin] prepare release httpsig-1.1.0
1 parent a3c916b commit adebd4f

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</tag>
5454
</scm>
5555

5656
<properties>

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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</tag>
5454
</scm>
5555

5656
<build>

pom.xml

Lines changed: 8 additions & 8 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.0.7-SNAPSHOT</version>
40+
<version>1.1.0</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>HEAD</tag>
52+
<tag>httpsig-1.1.0</tag>
5353
</scm>
5454

5555
<modules>
@@ -261,34 +261,34 @@
261261
<dependency>
262262
<groupId>net.adamcin.httpsig</groupId>
263263
<artifactId>httpsig-api</artifactId>
264-
<version>1.0.7-SNAPSHOT</version>
264+
<version>1.1.0</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>net.adamcin.httpsig</groupId>
268268
<artifactId>httpsig-test-common</artifactId>
269-
<version>1.0.7-SNAPSHOT</version>
269+
<version>1.1.0</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>
273273
<groupId>net.adamcin.httpsig</groupId>
274274
<artifactId>httpsig-ssh-jce</artifactId>
275-
<version>1.0.7-SNAPSHOT</version>
275+
<version>1.1.0</version>
276276
</dependency>
277277
<dependency>
278278
<groupId>net.adamcin.httpsig</groupId>
279279
<artifactId>httpsig-ssh-bc</artifactId>
280-
<version>1.0.7-SNAPSHOT</version>
280+
<version>1.1.0</version>
281281
</dependency>
282282
<dependency>
283283
<groupId>net.adamcin.httpsig</groupId>
284284
<artifactId>httpsig-ssh-jsch</artifactId>
285-
<version>1.0.7-SNAPSHOT</version>
285+
<version>1.1.0</version>
286286
<scope>provided</scope>
287287
</dependency>
288288
<dependency>
289289
<groupId>net.adamcin.httpsig</groupId>
290290
<artifactId>httpsig-http-helpers</artifactId>
291-
<version>1.0.7-SNAPSHOT</version>
291+
<version>1.1.0</version>
292292
<scope>provided</scope>
293293
</dependency>
294294

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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</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.0.7-SNAPSHOT</version>
35+
<version>1.1.0</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>HEAD</tag>
53+
<tag>httpsig-1.1.0</tag>
5454
</scm>
5555

5656
<build>

0 commit comments

Comments
 (0)