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
guhilling committed Sep 27, 2024
1 parent eb9e55c commit 2bbe624
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cdi-test-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cdi-test</artifactId>
<groupId>de.hilling.junit.cdi</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<description>Basic annotations and interfaces for cdi-test</description>
Expand Down
4 changes: 2 additions & 2 deletions cdi-test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<description>implementation of cdi-test</description>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test-api</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cdi-test-jee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdi-test-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cdi-test-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cdi-test</artifactId>
<groupId>de.hilling.junit.cdi</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<description>support microprofile-config in cdi-test</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cdi-test</artifactId>
<groupId>de.hilling.junit.cdi</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-jee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>integration-tests</artifactId>
<groupId>de.hilling.junit.cdi</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<artifactId>test-jee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>integration-tests</artifactId>
<groupId>de.hilling.junit.cdi</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<artifactId>test-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-jsf-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<artifactId>test-jsf-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/test-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.hilling.junit.cdi</groupId>
<artifactId>integration-tests</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
</parent>

<artifactId>test-microprofile</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>de.hilling.junit.cdi</groupId>
<artifactId>cdi-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>https://github.com/guhilling/cdi-test</url>
<inceptionYear>2014</inceptionYear>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:https://github.com/guhilling/cdi-test.git</connection>
<developerConnection>scm:git:https://github.com/guhilling/cdi-test.git</developerConnection>
<url>https://github.com/guhilling/cdi-test.git</url>
<tag>cdi-test-5.0.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 2bbe624

Please sign in to comment.