Skip to content

Commit d7ebb7d

Browse files
committed
[maven-release-plugin] prepare release lincheck-2.0
1 parent e40a4d3 commit d7ebb7d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

libtest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.devexperts.lincheck</groupId>
55
<artifactId>lincheck-all</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

lincheck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.devexperts.lincheck</groupId>
55
<artifactId>lincheck-all</artifactId>
6-
<version>2.0-SNAPSHOT</version>
6+
<version>2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>com.devexperts.lincheck</groupId>
2424
<artifactId>lincheck-all</artifactId>
2525
<packaging>pom</packaging>
26-
<version>2.0-SNAPSHOT</version>
26+
<version>2.0</version>
2727

2828
<name>lin-check (all)</name>
2929
<description>Linearizability checker framework</description>
@@ -320,7 +320,8 @@
320320
<scm>
321321
<connection>scm:git:https://stash.in.devexperts.com/scm/dxlab/lin-check.git</connection>
322322
<developerConnection>scm:git:ssh://[email protected]:7999/dxlab/lin-check.git</developerConnection>
323-
</scm>
323+
<tag>lincheck-2.0</tag>
324+
</scm>
324325

325326
<distributionManagement>
326327
<repository>

0 commit comments

Comments
 (0)