File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 8
8
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
9
9
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
-->
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" >
13
12
<parent >
14
13
<groupId >com.devexperts.lincheck</groupId >
15
14
<artifactId >lincheck-all</artifactId >
16
- <version >3.0-SNAPSHOT </version >
15
+ <version >3.0</version >
17
16
</parent >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
Original file line number Diff line number Diff line change 8
8
~ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
9
9
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
-->
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" >
13
12
<parent >
14
13
<groupId >com.devexperts.lincheck</groupId >
15
14
<artifactId >lincheck-all</artifactId >
16
- <version >3.0-SNAPSHOT </version >
15
+ <version >3.0</version >
17
16
</parent >
18
17
<modelVersion >4.0.0</modelVersion >
19
18
Original file line number Diff line number Diff line change 9
9
~ If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
10
10
-->
11
11
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" >
14
13
<modelVersion >4.0.0</modelVersion >
15
14
16
15
<groupId >com.devexperts.lincheck</groupId >
17
16
<artifactId >lincheck-all</artifactId >
18
17
<packaging >pom</packaging >
19
- <version >3.0-SNAPSHOT </version >
18
+ <version >3.0</version >
20
19
21
20
<name >lin-check (all)</name >
22
21
<description >Linearizability checker framework</description >
269
268
<requireMavenVersion >
270
269
<version >3.6</version >
271
270
</requireMavenVersion >
272
- <requirePluginVersions />
271
+ <requirePluginVersions />
273
272
</rules >
274
273
</configuration >
275
274
</plugin >
370
369
<scm >
371
370
<connection >scm:git:https://stash.in.devexperts.com/scm/dxlab/lin-check.git</connection >
372
371
<
developerConnection >scm:git:ssh://
[email protected] :7999/dxlab/lin-check.git</
developerConnection >
373
- </scm >
372
+ <tag >lincheck-3.0</tag >
373
+ </scm >
374
374
375
375
<distributionManagement >
376
376
<repository >
You can’t perform that action at this time.
0 commit comments