Skip to content

Commit

Permalink
[maven-release-plugin] prepare release lincheck-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsitelov committed Apr 7, 2023
1 parent b246157 commit 5f11e1a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
5 changes: 2 additions & 3 deletions libtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<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">
<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">
<parent>
<groupId>com.devexperts.lincheck</groupId>
<artifactId>lincheck-all</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
5 changes: 2 additions & 3 deletions lincheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<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">
<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">
<parent>
<groupId>com.devexperts.lincheck</groupId>
<artifactId>lincheck-all</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.devexperts.lincheck</groupId>
<artifactId>lincheck-all</artifactId>
<packaging>pom</packaging>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>

<name>lin-check (all)</name>
<description>Linearizability checker framework</description>
Expand Down Expand Up @@ -269,7 +268,7 @@
<requireMavenVersion>
<version>3.6</version>
</requireMavenVersion>
<requirePluginVersions/>
<requirePluginVersions />
</rules>
</configuration>
</plugin>
Expand Down Expand Up @@ -370,7 +369,8 @@
<scm>
<connection>scm:git:https://stash.in.devexperts.com/scm/dxlab/lin-check.git</connection>
<developerConnection>scm:git:ssh://[email protected]:7999/dxlab/lin-check.git</developerConnection>
</scm>
<tag>lincheck-3.0</tag>
</scm>

<distributionManagement>
<repository>
Expand Down

0 comments on commit 5f11e1a

Please sign in to comment.