Skip to content

Commit 5f11e1a

Browse files
committed
[maven-release-plugin] prepare release lincheck-3.0
1 parent b246157 commit 5f11e1a

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

libtest/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
99
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
-->
11-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11+
<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">
1312
<parent>
1413
<groupId>com.devexperts.lincheck</groupId>
1514
<artifactId>lincheck-all</artifactId>
16-
<version>3.0-SNAPSHOT</version>
15+
<version>3.0</version>
1716
</parent>
1817
<modelVersion>4.0.0</modelVersion>
1918

lincheck/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@
88
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
99
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
-->
11-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11+
<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">
1312
<parent>
1413
<groupId>com.devexperts.lincheck</groupId>
1514
<artifactId>lincheck-all</artifactId>
16-
<version>3.0-SNAPSHOT</version>
15+
<version>3.0</version>
1716
</parent>
1817
<modelVersion>4.0.0</modelVersion>
1918

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
1010
-->
1111

12-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12+
<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">
1413
<modelVersion>4.0.0</modelVersion>
1514

1615
<groupId>com.devexperts.lincheck</groupId>
1716
<artifactId>lincheck-all</artifactId>
1817
<packaging>pom</packaging>
19-
<version>3.0-SNAPSHOT</version>
18+
<version>3.0</version>
2019

2120
<name>lin-check (all)</name>
2221
<description>Linearizability checker framework</description>
@@ -269,7 +268,7 @@
269268
<requireMavenVersion>
270269
<version>3.6</version>
271270
</requireMavenVersion>
272-
<requirePluginVersions/>
271+
<requirePluginVersions />
273272
</rules>
274273
</configuration>
275274
</plugin>
@@ -370,7 +369,8 @@
370369
<scm>
371370
<connection>scm:git:https://stash.in.devexperts.com/scm/dxlab/lin-check.git</connection>
372371
<developerConnection>scm:git:ssh://[email protected]:7999/dxlab/lin-check.git</developerConnection>
373-
</scm>
372+
<tag>lincheck-3.0</tag>
373+
</scm>
374374

375375
<distributionManagement>
376376
<repository>

0 commit comments

Comments
 (0)