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, 2018
1 parent 4979692 commit 2e5b7b4
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 deletions.
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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<modules>
<module>shedlock-core</module>
<module>spring/shedlock-spring</module>
Expand Down
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>shedlock-parent</artifactId>
<groupId>net.javacrumbs.shedlock</groupId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-couchbase-javaclient</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-dynamodb</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

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

<artifactId>shedlock-provider-elasticsearch</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-hazelcast</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

<artifactId>shedlock-provider-mongo</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-redis-jedis</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-provider-redis-spring</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

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

<artifactId>shedlock-provider-zookeeper-curator</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

<properties>
<curator.version>4.0.1</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-core</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

<build>
<plugins>
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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<artifactId>shedlock-spring</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</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>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>shedlock-springboot-test</artifactId>
<version>2.2.0</version>
<version>2.2.1-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 2e5b7b4

Please sign in to comment.