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
lukas-krecan committed Nov 22, 2024
1 parent fe0e3e8 commit fdbaec6
Show file tree
Hide file tree
Showing 43 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions cdi/shedlock-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-cdi</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions cdi/test/quarkus-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-test</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/shedlock-micronaut4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-micronaut4</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/test/micronaut4-jdbc-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>micronaut4-jdbc-template</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/test/micronaut4-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>micronaut4-jdbc</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-parent</artifactId>
<packaging>pom</packaging>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<modules>
<module>shedlock-bom</module>
<module>shedlock-core</module>
Expand Down
4 changes: 2 additions & 2 deletions providers/arangodb/shedlock-provider-arangodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-arangodb</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/cassandra/shedlock-provider-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-cassandra</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<java-driver.version>4.18.1</java-driver.version>
Expand Down
4 changes: 2 additions & 2 deletions providers/consul/shedlock-provider-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-consul</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-couchbase-javaclient3</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/datastore/shedlock-provider-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-parent</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-provider-datastore</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<datastore.ver>2.24.3</datastore.ver>
Expand Down
4 changes: 2 additions & 2 deletions providers/dynamodb/shedlock-provider-dynamodb2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-dynamodb2</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencyManagement>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-elasticsearch8</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<elasticsearch.version>8.16.1</elasticsearch.version>
Expand Down
2 changes: 1 addition & 1 deletion providers/etcd/shedlock-provider-etcd-jetcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions providers/hazelcast/shedlock-provider-hazelcast4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-hazelcast4</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/ignite/shedlock-provider-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-ignite</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<ignite.version>2.16.0</ignite.version>
Expand Down
4 changes: 2 additions & 2 deletions providers/inmemory/shedlock-provider-inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-inmemory</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-internal</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-micronaut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-micronaut</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jooq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jooq</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-test-support-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-test-support-jdbc</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/memcached/shedlock-provider-memcached-spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-memcached-spy</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<properties>
<spymemcached.version>2.12.3</spymemcached.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-mongo-reactivestreams</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/mongo/shedlock-provider-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-mongo</artifactId>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit fdbaec6

Please sign in to comment.