File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ * [ requirements-annotation] ( https://github.com/cowwoc/requirements.java/requirements-annotation/ )
7+ * [ requirements-guava] ( https://github.com/cowwoc/requirements.java/requirements-guava/ )
8+ * [ requirements-jackson] ( https://github.com/cowwoc/requirements.java/requirements-jackson/ )
9+ * [ requirements-java] ( https://github.com/cowwoc/requirements.java/requirements-java/ )
610 * [ error-prone annotations] ( https://errorprone.info/error_prone_annotations )
711 * [ Guava InternalFutureFailureAccess and InternalFutures] ( https://github.com/google/guava/failureaccess )
812 * [ Guava: Google Core Libraries for Java] ( https://github.com/google/guava )
913 * [ Guava ListenableFuture only] ( https://github.com/google/guava/listenablefuture )
1014 * [ J2ObjC Annotations] ( https://github.com/google/j2objc/ )
1115 * [ pouch-core] ( https://github.com/cowwoc/pouch/pouch-core/ )
12- * [ requirements-annotation] ( https://github.com/cowwoc/requirements.java/requirements-annotation/ )
13- * [ requirements-guava] ( https://github.com/cowwoc/requirements.java/requirements-guava/ )
14- * [ requirements-jackson] ( https://github.com/cowwoc/requirements.java/requirements-jackson/ )
15- * [ requirements-java] ( https://github.com/cowwoc/requirements.java/requirements-java/ )
1616 * [ java-diff-utils] ( https://github.com/java-diff-utils/java-diff-utils/java-diff-utils )
1717 * [ Byte Buddy (without dependencies)] ( https://bytebuddy.net/byte-buddy )
1818 * [ Apache Commons Math] ( http://commons.apache.org/proper/commons-math/ )
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-annotation</artifactId >
1011 <name >requirements-annotation</name >
1314 <project .root.basedir>${project.parent.basedir} </project .root.basedir>
1415 </properties >
1516
17+ <distributionManagement >
18+ <relocation >
19+ <groupId >io.github.cowwoc.pouch</groupId >
20+ </relocation >
21+ </distributionManagement >
22+
1623 <build >
1724 <plugins >
1825 <plugin >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements-benchmark</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-benchmark-assertj</artifactId >
1011 <name >requirements-benchmark-assertj</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.parent.basedir} </project .root.basedir>
1421 </properties >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements-benchmark</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-benchmark-guava</artifactId >
1011 <name >requirements-benchmark-guava</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.parent.basedir} </project .root.basedir>
1421 </properties >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements-benchmark</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-benchmark-java</artifactId >
1011 <name >requirements-benchmark-java</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.parent.basedir} </project .root.basedir>
1421 </properties >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-benchmark</artifactId >
1011 <name >requirements-benchmark</name >
1112 <packaging >pom</packaging >
1213
14+ <distributionManagement >
15+ <relocation >
16+ <groupId >io.github.cowwoc.pouch</groupId >
17+ </relocation >
18+ </distributionManagement >
19+
1320 <properties >
1421 <project .root.basedir>${project.parent.basedir} </project .root.basedir>
1522 <skipBenchmarks >true</skipBenchmarks >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-guava</artifactId >
1011 <name >requirements-guava</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.basedir} </project .root.basedir>
1421 </properties >
7481 </plugin >
7582 </plugins >
7683 </build >
77- </project >
84+ </project >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-jackson</artifactId >
1011 <name >requirements-jackson</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.basedir} </project .root.basedir>
1421 </properties >
Original file line number Diff line number Diff line change 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 >
5- <groupId >io .github.cowwoc.requirements</groupId >
6+ <groupId >com .github.cowwoc.requirements</groupId >
67 <artifactId >requirements</artifactId >
7- <version >12.1-SNAPSHOT </version >
8+ <version >12.0 </version >
89 </parent >
910 <artifactId >requirements-java</artifactId >
1011 <name >requirements-java</name >
1112
13+ <distributionManagement >
14+ <relocation >
15+ <groupId >io.github.cowwoc.pouch</groupId >
16+ </relocation >
17+ </distributionManagement >
18+
1219 <properties >
1320 <project .root.basedir>${project.parent.basedir} </project .root.basedir>
1421 </properties >
Original file line number Diff line number Diff line change 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 >
4- <groupId >io .github.cowwoc.requirements</groupId >
5+ <groupId >com .github.cowwoc.requirements</groupId >
56 <artifactId >requirements</artifactId >
6- <version >12.1-SNAPSHOT </version >
7+ <version >12.0 </version >
78 <packaging >pom</packaging >
89 <name >requirements</name >
910 <description >A fluent API for enforcing design contracts with automatic message generation</description >
3334 </developers >
3435
3536 <distributionManagement >
37+ <relocation >
38+ <groupId >io.github.cowwoc.pouch</groupId >
39+ </relocation >
3640 <snapshotRepository >
3741 <id >maven-central-snapshots</id >
3842 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
You can’t perform that action at this time.
0 commit comments