Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcarman committed Jul 1, 2023
1 parent e8f114e commit 4dffd35
Show file tree
Hide file tree
Showing 20 changed files with 66 additions and 66 deletions.
36 changes: 18 additions & 18 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-bom</artifactId>
Expand All @@ -35,88 +35,88 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-cache</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-cors</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-gson</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-guava</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-io</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-jsonb</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-logging</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-problem-details</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-protobuf</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-reactor</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-rx</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-rxjava</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-security</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-spring-boot-autoconfigure</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-spring-boot-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-util</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-cache</artifactId>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-cors</artifactId>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-example</artifactId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-gson</artifactId>
Expand All @@ -44,13 +44,13 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-io</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-guava</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-rx</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-io</artifactId>
Expand All @@ -39,13 +39,13 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-util</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-jsonb</artifactId>
Expand Down Expand Up @@ -55,13 +55,13 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-io</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-logging</artifactId>
Expand All @@ -47,13 +47,13 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-gson</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Jaxxy</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
<url>https://github.com/jaxxy-rs/jaxxy</url>
<connection>scm:git:git@github.com:jaxxy-rs/jaxxy.git</connection>
<developerConnection>scm:git:git@github.com:jaxxy-rs/jaxxy.git</developerConnection>
<tag>jaxxy-1.1.0</tag>
<tag>jaxxy-1.0.0</tag>
</scm>

<distributionManagement>
Expand Down
6 changes: 3 additions & 3 deletions problem-details/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-problem-details</artifactId>
Expand All @@ -45,14 +45,14 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-gson</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-protobuf</artifactId>
Expand All @@ -44,13 +44,13 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-io</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>jaxxy-reactor</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-rx</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-test</artifactId>
<version>1.1.0</version>
<version>1.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4dffd35

Please sign in to comment.