Skip to content

Commit

Permalink
[maven-release-plugin] prepare release shedlock-parent-4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan-lt committed Mar 25, 2020
1 parent cd35a6f commit ba5a2d1
Show file tree
Hide file tree
Showing 25 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions micronaut/micronaut-test/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>micronaut-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<micronaut.version>1.1.0.RC2</micronaut.version>
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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>shedlock-micronaut</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<micronaut.version>1.2.6</micronaut.version>
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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<modules>
<module>shedlock-core</module>
<module>micronaut/shedlock-micronaut</module>
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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-cassandra</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<java-driver.version>4.3.1</java-driver.version>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-couchbase-javaclient</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-dynamodb</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-elasticsearch</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<elasticsearch.version>6.4.0</elasticsearch.version>
Expand Down
4 changes: 2 additions & 2 deletions providers/hazelcast/shedlock-provider-hazelcast/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-hazelcast</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<hazelcast.version>3.10.1</hazelcast.version>
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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-internal</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<description>Internal module containing JDBC related code. Please do not use directly, the API might not be
stable.
</description>
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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc-template</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-jdbc</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-test-support-jdbc</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</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>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-mongo</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-redis-jedis</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-redis-spring-1</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-redis-spring</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-provider-zookeeper-curator</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<curator.version>4.2.0</curator.version>
Expand Down
4 changes: 2 additions & 2 deletions shedlock-core/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-core</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions shedlock-test-support/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-test-support</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-spring</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-springboot-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring/shedlock-springboot22-kotlin-test/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-springboot22-kotlin-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<properties>
<kotlin.version>1.3.61</kotlin.version>
Expand Down
4 changes: 2 additions & 2 deletions spring/shedlock-springboot22-sleuth-test/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-springboot22-sleuth-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-springboot22-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

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

<artifactId>shedlock-testng-test</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.6.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit ba5a2d1

Please sign in to comment.