Skip to content

Commit

Permalink
[maven-release-plugin] prepare release andhow-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ee-usgs committed Oct 11, 2022
1 parent a838a8b commit 3caa01a
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 26 deletions.
2 changes: 1 addition & 1 deletion andhow-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-annotation-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion andhow-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion andhow-junit5-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-junit5-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion andhow-shared-test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>andhow-parent</artifactId>
<groupId>org.yarnandtail</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-shared-test-utils</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions andhow-test-stubs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>andhow-test-stubs</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion andhow-testing/andhow-annotation-processor-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion andhow-testing/andhow-core-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion andhow-testing/andhow-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-multimodule-dataprocess</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-default-behavior-dep1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-multimodule-dataprocess</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>andhow-default-behavior-dep2</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-multimodule-dataprocess</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>andhow-default-behavior-test</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-simulated-app-tests</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>andhow-multimodule-dataprocess</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>andhow-simulated-app-tests</artifactId>
<groupId>org.yarnandtail</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>example-app-1</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>andhow-simulated-app-tests</artifactId>
<groupId>org.yarnandtail</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>example-app-2</artifactId>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>andhow-simulated-app-tests</artifactId>
<groupId>org.yarnandtail</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>example-app-3</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion andhow-testing/andhow-simulated-app-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>andhow-simulated-app-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion andhow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>andhow</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-parent</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>AndHow Parent Project</name>
<description>
Expand Down Expand Up @@ -56,7 +56,7 @@
<connection>scm:git:[email protected]:eeverman/andhow.git</connection>
<developerConnection>scm:git:[email protected]:eeverman/andhow.git</developerConnection>
<url>https://github.com/eeverman/andhow/tree/master</url>
<tag>andhow-0.4.2-rc2</tag>
<tag>andhow-1.5.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3caa01a

Please sign in to comment.