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 Dec 10, 2022
1 parent d4f19ae commit d284e7f
Show file tree
Hide file tree
Showing 41 changed files with 80 additions and 80 deletions.
4 changes: 2 additions & 2 deletions cdi/shedlock-cdi-vintage/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-cdi-vintage</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>


<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions cdi/test/quarkus-test/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-test</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/shedlock-micronaut/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-micronaut</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencyManagement>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/test/micronaut-jdbc-template/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>micronaut-jdbc-template</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions micronaut/test/micronaut-jdbc/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

<artifactId>micronaut-jdbc</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>net.javacrumbs.shedlock</groupId>
<artifactId>shedlock-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.0</version>
<version>5.0.1-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
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-arangodb</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/cassandra/shedlock-provider-cassandra/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-cassandra</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<java-driver.version>4.15.0</java-driver.version>
Expand Down
4 changes: 2 additions & 2 deletions providers/consul/shedlock-provider-consul/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-consul</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-couchbase-javaclient3</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/dynamodb/shedlock-provider-dynamodb2/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-dynamodb2</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencyManagement>
<dependencies>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-elasticsearch8</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<elasticsearch.version>8.5.2</elasticsearch.version>
Expand Down
2 changes: 1 addition & 1 deletion providers/etcd/shedlock-provider-etcd-jetcd/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-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
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-hazelcast4</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/ignite/shedlock-provider-ignite/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-ignite</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<ignite.version>2.14.0</ignite.version>
Expand Down
4 changes: 2 additions & 2 deletions providers/inmemory/shedlock-provider-inmemory/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-inmemory</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-internal/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-internal</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-micronaut/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-micronaut</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc-template/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jdbc/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-provider-jooq/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jooq</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/jdbc/shedlock-test-support-jdbc/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-test-support-jdbc</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/memcached/shedlock-provider-memcached-spy/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-memcached-spy</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<properties>
<spymemcached.version>2.12.3</spymemcached.version>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-mongo-reactivestreams</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/mongo/shedlock-provider-mongo/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-mongo</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions providers/neo4j/shedlock-provider-neo4j/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-neo4j</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit d284e7f

Please sign in to comment.