Skip to content

Commit 70fe497

Browse files
committed
* Renamed artifact root to requirements.
* Renamed artifact annotation to requirements-annotation. * Renamed artifact benchmark to requirements-benchmark. * Renamed artifact benchmark.assertj to requirements-benchmark-assertj. * Renamed artifact benchmark.guava to requirements-benchmark-guava. * Renamed artifact benchmark.java to requirements-benchmark-java. * Renamed artifact guava to requirements-guava. * Renamed artifact jackson to requirements-jackson. * Renamed artifact java to requirements-java. * Renamed artifact test to requirements-test.
1 parent be9b2b5 commit 70fe497

File tree

13 files changed

+106
-63
lines changed

13 files changed

+106
-63
lines changed

LICENSE-3RD-PARTY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* [Jackson-annotations](https://github.com/FasterXML/jackson)
44
* [Jackson-core](https://github.com/FasterXML/jackson-core)
55
* [jackson-databind](https://github.com/FasterXML/jackson)
6-
* [core](https://github.com/cowwoc/pouch/core/)
6+
* [pouch-core](https://github.com/cowwoc/pouch/pouch-core/)
77
* [annotation](https://github.com/cowwoc/requirements.java/annotation/)
88
* [guava](https://github.com/cowwoc/requirements.java/guava/)
99
* [jackson](https://github.com/cowwoc/requirements.java/jackson/)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To get started, add this Maven dependency:
2222
<dependency>
2323
<groupId>com.github.cowwoc.requirements</groupId>
2424
<artifactId>java</artifactId>
25-
<version>10.12</version>
25+
<version>11.0</version>
2626
</dependency>
2727
```
2828

annotation/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>root</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>annotation</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-annotation</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/..</rootBaseDir>
1421
</properties>

benchmark/assertj/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>benchmark</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>benchmark.assertj</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-benchmark-assertj</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/../..</rootBaseDir>
1421
</properties>

benchmark/guava/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>benchmark</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>benchmark.guava</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-benchmark-guava</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/../..</rootBaseDir>
1421
</properties>

benchmark/java/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>benchmark</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>benchmark.java</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-benchmark-java</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/../..</rootBaseDir>
1421
</properties>

benchmark/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>root</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>benchmark</artifactId>
1011
<packaging>pom</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-benchmark</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/..</rootBaseDir>
1421
<skipBenchmarks>true</skipBenchmarks>

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@ Minor updates involving cosmetic changes have been omitted from this list.
22

33
See https://github.com/cowwoc/requirements.java/commits/main for a full list.
44

5+
## Version 11.0 - 2025/02/18
6+
7+
* Renamed artifact `root` to `requirements`.
8+
* Renamed artifact `annotation` to `requirements-annotation`.
9+
* Renamed artifact `benchmark` to `requirements-benchmark`.
10+
* Renamed artifact `benchmark.assertj` to `requirements-benchmark-assertj`.
11+
* Renamed artifact `benchmark.guava` to `requirements-benchmark-guava`.
12+
* Renamed artifact `benchmark.java` to `requirements-benchmark-java`.
13+
* Renamed artifact `guava` to `requirements-guava`.
14+
* Renamed artifact `jackson` to `requirements-jackson`.
15+
* Renamed artifact `java` to `requirements-java`.
16+
* Renamed artifact `test` to `requirements-test`.
17+
518
## Version 10.12 - 2025/02/13
619

720
* Bugfixes

guava/pom.xml

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>root</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>guava</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-guava</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/..</rootBaseDir>
1421
</properties>
@@ -85,43 +92,6 @@
8592
</execution>
8693
</executions>
8794
</plugin>
88-
<!--
89-
<plugin>
90-
<groupId>com.github.siom79.japicmp</groupId>
91-
<artifactId>japicmp-maven-plugin</artifactId>
92-
<version>0.9.3</version>
93-
<configuration>
94-
<oldVersion>
95-
<dependency>
96-
<groupId>${project.groupId}</groupId>
97-
<artifactId>${project.artifactId}</artifactId>
98-
<type>jar</type>
99-
</dependency>
100-
</oldVersion>
101-
<parameter>
102-
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
103-
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
104-
<onlyModified>true</onlyModified>
105-
<skipXmlReport>true</skipXmlReport>
106-
<skipDiffReport>true</skipDiffReport>
107-
<includes>
108-
<include>com.github.cowwoc.requirements.guava</include>
109-
</includes>
110-
<excludes>
111-
<exclude>com.github.cowwoc.requirements.guava.impl</exclude>
112-
</excludes>
113-
</parameter>
114-
</configuration>
115-
<executions>
116-
<execution>
117-
<phase>verify</phase>
118-
<goals>
119-
<goal>cmp</goal>
120-
</goals>
121-
</execution>
122-
</executions>
123-
</plugin>
124-
-->
12595
</plugins>
12696
</build>
12797
</project>

jackson/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
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" 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"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>com.github.cowwoc.requirements</groupId>
67
<artifactId>root</artifactId>
7-
<version>10.13-SNAPSHOT</version>
8+
<version>11.0-SNAPSHOT</version>
89
</parent>
910
<artifactId>jackson</artifactId>
1011
<packaging>jar</packaging>
1112

13+
<distributionManagement>
14+
<relocation>
15+
<artifactId>requirements-jackson</artifactId>
16+
</relocation>
17+
</distributionManagement>
18+
1219
<properties>
1320
<rootBaseDir>${project.basedir}/..</rootBaseDir>
1421
</properties>

0 commit comments

Comments
 (0)