Skip to content

Commit f34c636

Browse files
committed
[maven-release-plugin] prepare release release-12.0
1 parent d243029 commit f34c636

File tree

10 files changed

+22
-32
lines changed

10 files changed

+22
-32
lines changed

annotation/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-annotation</artifactId>
1110
<name>requirements-annotation</name>

benchmark/assertj/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements-benchmark</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-benchmark-assertj</artifactId>
1110
<name>requirements-benchmark-assertj</name>

benchmark/guava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements-benchmark</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-benchmark-guava</artifactId>
1110
<name>requirements-benchmark-guava</name>

benchmark/java/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements-benchmark</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-benchmark-java</artifactId>
1110
<name>requirements-benchmark-java</name>

benchmark/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-benchmark</artifactId>
1110
<name>requirements-benchmark</name>

guava/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-guava</artifactId>
1110
<name>requirements-guava</name>

jackson/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-jackson</artifactId>
1110
<name>requirements-jackson</name>

java/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-java</artifactId>
1110
<name>requirements-java</name>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>io.github.cowwoc.requirements</groupId>
65
<artifactId>requirements</artifactId>
7-
<version>12.0-SNAPSHOT</version>
6+
<version>12.0</version>
87
<packaging>pom</packaging>
98
<name>requirements</name>
109
<description>A fluent API for enforcing design contracts with automatic message generation</description>
@@ -22,7 +21,7 @@
2221
<url>https://github.com/cowwoc/requirements.java/</url>
2322
<connection>scm:git:https://github.com/cowwoc/requirements.java/</connection>
2423
<developerConnection>scm:git:https://github.com/cowwoc/requirements.java/</developerConnection>
25-
<tag>HEAD</tag>
24+
<tag>release-12.0</tag>
2625
</scm>
2726

2827
<developers>

test/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.github.cowwoc.requirements</groupId>
76
<artifactId>requirements</artifactId>
8-
<version>12.0-SNAPSHOT</version>
7+
<version>12.0</version>
98
</parent>
109
<artifactId>requirements-test</artifactId>
1110
<name>requirements-test</name>
1211

1312
<properties>
1413
<project.root.basedir>${project.parent.basedir}</project.root.basedir>
15-
<argLine/>
14+
<argLine />
1615
</properties>
1716
<dependencies>
1817
<dependency>

0 commit comments

Comments
 (0)