Skip to content

Commit 2409fde

Browse files
committed
[maven-release-plugin] prepare release shedlock-parent-0.16.0
1 parent 693f6d0 commit 2409fde

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>net.javacrumbs.shedlock</groupId>
2020
<artifactId>shedlock-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>0.15.2-SNAPSHOT</version>
22+
<version>0.16.0</version>
2323
<modules>
2424
<module>shedlock-core</module>
2525
<module>shedlock-spring</module>

shedlock-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-core</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<build>
1414
<plugins>

shedlock-provider-hazelcast/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-hazelcast</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<properties>
1414
<hazelcast.version>3.8.3</hazelcast.version>

shedlock-provider-jdbc-internal/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-jdbc-internal</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212
<description>Internal module containing JDBC related code. Please do not use directly, the API might not be
1313
stable.
1414
</description>

shedlock-provider-jdbc-template/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-jdbc-template</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<dependencies>
1414
<dependency>

shedlock-provider-jdbc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-jdbc</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<dependencies>
1414
<dependency>

shedlock-provider-jedis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-jedis</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<dependencies>
1414
<dependency>

shedlock-provider-mongo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-mongo</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<dependencies>
1414
<dependency>

shedlock-provider-zookeeper-curator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-provider-zookeeper-curator</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<properties>
1414
<curator.version>3.2.1</curator.version>

shedlock-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<artifactId>shedlock-parent</artifactId>
55
<groupId>net.javacrumbs.shedlock</groupId>
6-
<version>0.15.2-SNAPSHOT</version>
6+
<version>0.16.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>shedlock-spring</artifactId>
11-
<version>0.15.2-SNAPSHOT</version>
11+
<version>0.16.0</version>
1212

1313
<dependencies>
1414
<dependency>

0 commit comments

Comments
 (0)