Skip to content

Commit 9b60b8f

Browse files
committed
[maven-release-plugin] prepare release v1.7.16
1 parent cf33082 commit 9b60b8f

File tree

9 files changed

+12
-14
lines changed

9 files changed

+12
-14
lines changed

pom.xml

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

1111
<groupId>io.sentry</groupId>
1212
<artifactId>sentry-all</artifactId>
13-
<version>1.7.16-SNAPSHOT</version>
13+
<version>1.7.16</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Sentry-Java</name>
@@ -87,7 +87,7 @@
8787
<url>https://github.com/${github.repo}</url>
8888
<connection>scm:git:git://github.com/${github.repo}.git</connection>
8989
<developerConnection>scm:git:[email protected]:${github.repo}.git</developerConnection>
90-
<tag>HEAD</tag>
90+
<tag>v1.7.16</tag>
9191
</scm>
9292
<issueManagement>
9393
<url>https://github.com/${github.repo}/issues</url>

sentry-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry-android</artifactId>

sentry-appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.sentry</groupId>
66
<artifactId>sentry-all</artifactId>
7-
<version>1.7.16-SNAPSHOT</version>
7+
<version>1.7.16</version>
88
</parent>
99

1010
<artifactId>sentry-appengine</artifactId>

sentry-log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry-log4j</artifactId>

sentry-log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry-log4j2</artifactId>

sentry-logback/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry-logback</artifactId>

sentry-spring-boot-starter/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<parent>
97
<artifactId>sentry-all</artifactId>
108
<groupId>io.sentry</groupId>
11-
<version>1.7.16-SNAPSHOT</version>
9+
<version>1.7.16</version>
1210
</parent>
1311

1412
<artifactId>sentry-spring-boot-starter</artifactId>
@@ -26,7 +24,7 @@
2624
<dependency>
2725
<groupId>io.sentry</groupId>
2826
<artifactId>sentry-spring</artifactId>
29-
<version>1.7.16-SNAPSHOT</version>
27+
<version>1.7.16</version>
3028
</dependency>
3129

3230
<dependency>

sentry-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry-spring</artifactId>

sentry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.sentry</groupId>
77
<artifactId>sentry-all</artifactId>
8-
<version>1.7.16-SNAPSHOT</version>
8+
<version>1.7.16</version>
99
</parent>
1010

1111
<artifactId>sentry</artifactId>

0 commit comments

Comments
 (0)