Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Sep 7, 2017
1 parent 78802c1 commit a1e67cb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sentry-Java</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<url>https://github.com/${github.repo}</url>
<connection>scm:git:git://github.com/${github.repo}.git</connection>
<developerConnection>scm:git:git@github.com:${github.repo}.git</developerConnection>
<tag>v1.5.3</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<url>https://github.com/${github.repo}/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion sentry-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-logback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.5.3</version>
<version>1.5.4-SNAPSHOT</version>
</parent>

<artifactId>sentry</artifactId>
Expand Down

0 comments on commit a1e67cb

Please sign in to comment.