Skip to content

Commit f3f0edc

Browse files
author
bs
committed
0.0.2-RC2
1 parent 0ccfe65 commit f3f0edc

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

drift-core/drift-core-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.drift</groupId>
66
<artifactId>drift-core</artifactId>
7-
<version>0.0.2-RC1</version>
7+
<version>0.0.2-RC2</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

drift-core/drift-core-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.drift</groupId>
55
<artifactId>drift-core</artifactId>
6-
<version>0.0.2-RC1</version>
6+
<version>0.0.2-RC2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

drift-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>drift-parent</artifactId>
77
<groupId>io.drift</groupId>
8-
<version>0.0.2-RC1</version>
8+
<version>0.0.2-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

drift-jdbc/drift-jdbc-domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.drift</groupId>
88
<artifactId>drift-jdbc</artifactId>
9-
<version>0.0.2-RC1</version>
9+
<version>0.0.2-RC2</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

drift-jdbc/drift-jdbc-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.drift</groupId>
88
<artifactId>drift-jdbc</artifactId>
9-
<version>0.0.2-RC1</version>
9+
<version>0.0.2-RC2</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

drift-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>drift-parent</artifactId>
77
<groupId>io.drift</groupId>
8-
<version>0.0.2-RC1</version>
8+
<version>0.0.2-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

drift-runtime/drift-runtime-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.drift</groupId>
55
<artifactId>drift-runtime</artifactId>
6-
<version>0.0.2-RC1</version>
6+
<version>0.0.2-RC2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

drift-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>drift-parent</artifactId>
77
<groupId>io.drift</groupId>
8-
<version>0.0.2-RC1</version>
8+
<version>0.0.2-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

drift-sample/drift-sample-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>drift-sample</artifactId>
77
<groupId>io.drift</groupId>
8-
<version>0.0.2-RC1</version>
8+
<version>0.0.2-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

drift-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>io.drift</groupId>
77
<artifactId>drift-parent</artifactId>
8-
<version>0.0.2-RC1</version>
8+
<version>0.0.2-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>drift-sample</artifactId>
1313
<packaging>pom</packaging>
14-
<version>0.0.2-RC1</version>
14+
<version>0.0.2-RC2</version>
1515

1616
<name>Drift :: Sample</name>
1717

0 commit comments

Comments
 (0)