Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.7.29
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Dec 16, 2019
1 parent 714dbaa commit 4a3e2b6
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

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

<name>Sentry-Java</name>
Expand Down Expand Up @@ -87,7 +87,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>HEAD</tag>
<tag>v1.7.29</tag>
</scm>
<issueManagement>
<url>https://github.com/${github.repo}/issues</url>
Expand Down
2 changes: 1 addition & 1 deletion sentry-android/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-log4j/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-log4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-log4j2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-log4j2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry-logback/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-logback</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sentry-spring-boot-starter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sentry-all</artifactId>
<groupId>io.sentry</groupId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-spring-boot-starter</artifactId>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-spring</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sentry-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sentry/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.sentry</groupId>
<artifactId>sentry-all</artifactId>
<version>1.7.29-SNAPSHOT</version>
<version>1.7.29</version>
</parent>

<artifactId>sentry</artifactId>
Expand Down

0 comments on commit 4a3e2b6

Please sign in to comment.