Skip to content

Commit 686a93c

Browse files
author
Nikita Koval
committed
[maven-release-plugin] prepare release aprof-31
1 parent d3c17d4 commit 686a93c

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

agent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.devexperts.aprof</groupId>
66
<artifactId>aprof</artifactId>
7-
<version>31-SNAPSHOT</version>
7+
<version>31</version>
88
</parent>
99

1010
<packaging>jar</packaging>
@@ -16,17 +16,17 @@
1616
<dependency>
1717
<groupId>com.devexperts.aprof</groupId>
1818
<artifactId>core</artifactId>
19-
<version>31-SNAPSHOT</version>
19+
<version>31</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.devexperts.aprof</groupId>
2323
<artifactId>transformer</artifactId>
24-
<version>31-SNAPSHOT</version>
24+
<version>31</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.devexperts.aprof</groupId>
2828
<artifactId>selftest</artifactId>
29-
<version>31-SNAPSHOT</version>
29+
<version>31</version>
3030
</dependency>
3131
</dependencies>
3232

benchmark/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.devexperts.aprof</groupId>
66
<artifactId>aprof</artifactId>
7-
<version>31-SNAPSHOT</version>
7+
<version>31</version>
88
</parent>
99
<artifactId>benchmark</artifactId>
10-
<version>31-SNAPSHOT</version>
10+
<version>31</version>
1111
<name>JMH benchmarks</name>
1212

1313
<dependencies>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.devexperts.aprof</groupId>
66
<artifactId>aprof</artifactId>
7-
<version>31-SNAPSHOT</version>
7+
<version>31</version>
88
</parent>
99

1010
<packaging>jar</packaging>

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.devexperts.aprof</groupId>
55
<artifactId>aprof</artifactId>
6-
<version>31-SNAPSHOT</version>
6+
<version>31</version>
77
<packaging>pom</packaging>
88

99
<name>Aprof</name>
@@ -249,7 +249,8 @@
249249
<scm>
250250
<connection>scm:git:https://github.com/Devexperts/aprof.git</connection>
251251
<developerConnection>scm:git:ssh://stash.in.devexperts.com:7999/dxlab/aprof.git</developerConnection>
252-
</scm>
252+
<tag>aprof-31</tag>
253+
</scm>
253254

254255
<distributionManagement>
255256
<repository>

selftest/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.devexperts.aprof</groupId>
66
<artifactId>aprof</artifactId>
7-
<version>31-SNAPSHOT</version>
7+
<version>31</version>
88
</parent>
99

1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.devexperts.aprof</groupId>
1818
<artifactId>core</artifactId>
19-
<version>31-SNAPSHOT</version>
19+
<version>31</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

transformer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.devexperts.aprof</groupId>
66
<artifactId>aprof</artifactId>
7-
<version>31-SNAPSHOT</version>
7+
<version>31</version>
88
</parent>
99

1010
<packaging>jar</packaging>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.devexperts.aprof</groupId>
4747
<artifactId>core</artifactId>
48-
<version>31-SNAPSHOT</version>
48+
<version>31</version>
4949
</dependency>
5050
</dependencies>
5151
</project>

0 commit comments

Comments
 (0)