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
johanhaleby committed May 17, 2024
1 parent 291e6f1 commit 4b90fa8
Show file tree
Hide file tree
Showing 95 changed files with 311 additions and 311 deletions.
2 changes: 1 addition & 1 deletion application/cloudevent-converter/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cloudevent-converter</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions application/cloudevent-converter/generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cloudevent-converter</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,12 +29,12 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-converter-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-type-mapper-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions application/cloudevent-converter/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cloudevent-converter</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-converter-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.cloudevents</groupId>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-type-mapper-reflection</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<!-- Test -->
<dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion application/cloudevent-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>application</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<modules>
Expand Down
8 changes: 4 additions & 4 deletions application/cloudevent-converter/xstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>cloudevent-converter</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,12 +30,12 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-converter-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-type-mapper-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.cloudevents</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions application/cloudevent-type-mapper/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cloudevent-type-mapper</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion application/cloudevent-type-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>application</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions application/cloudevent-type-mapper/reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>cloudevent-type-mapper</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-type-mapper-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>

<!-- Test -->
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions application/command-composition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>application</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-inmemory</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>occurrent</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<modules>
Expand Down
16 changes: 8 additions & 8 deletions application/service/blocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>application-service</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,17 +29,17 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-api-blocking</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-converter-api</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>retry</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -51,13 +51,13 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>command-composition</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>eventstore-inmemory</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>test-support</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -89,7 +89,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevent-converter-generic</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion application/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>application</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cloudevents-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>occurrent</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions common/filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>cloudevents-extension</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion common/functional-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions common/inmemory/filter-matching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>inmemory</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>filter</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion common/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
8 changes: 4 additions & 4 deletions common/mongodb/native/filter-bsonfilter-conversion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>mongodb-native</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -29,17 +29,17 @@
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>filter</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>mongodb-timerepresentation</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>mongodb-specialfilterhandling</artifactId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/mongodb/native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>mongodb</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>org.occurrent</groupId>
<version>0.18.0</version>
<version>0.18.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 4b90fa8

Please sign in to comment.