Skip to content

Commit 1afe810

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 2d99f12 commit 1afe810

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

forms/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.devgateway.tcdi</groupId>
2525
<artifactId>tcdi-admin</artifactId>
26-
<version>0.0.1</version>
26+
<version>0.0.2-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.devgateway.tcdi</groupId>
5050
<artifactId>tcdi-admin-persistence</artifactId>
51-
<version>0.0.1</version>
51+
<version>0.0.2-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.devgateway.tcdi</groupId>
6262
<artifactId>tcdi-admin-web</artifactId>
63-
<version>0.0.1</version>
63+
<version>0.0.2-SNAPSHOT</version>
6464
</dependency>
6565

6666
<dependency>

persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.devgateway.tcdi</groupId>
3030
<artifactId>tcdi-admin</artifactId>
31-
<version>0.0.1</version>
31+
<version>0.0.2-SNAPSHOT</version>
3232
</parent>
3333

3434
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<modelVersion>4.0.0</modelVersion>
1414
<groupId>org.devgateway.tcdi</groupId>
1515
<artifactId>tcdi-admin</artifactId>
16-
<version>0.0.1</version>
16+
<version>0.0.2-SNAPSHOT</version>
1717
<packaging>pom</packaging>
1818
<name>TCDI Admin</name>
1919
<description>TCDI Admin</description>
@@ -62,7 +62,7 @@
6262
<developerConnection>
6363
scm:git:https://github.com/devgateway/data-viz-admin.git
6464
</developerConnection>
65-
<tag>0.0.1</tag>
65+
<tag>HEAD</tag>
6666
</scm>
6767

6868
<distributionManagement>

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.devgateway.tcdi</groupId>
2525
<artifactId>tcdi-admin</artifactId>
26-
<version>0.0.1</version>
26+
<version>0.0.2-SNAPSHOT</version>
2727
</parent>
2828

2929
<dependencies>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.devgateway.tcdi</groupId>
9595
<artifactId>tcdi-admin-persistence</artifactId>
96-
<version>0.0.1</version>
96+
<version>0.0.2-SNAPSHOT</version>
9797
</dependency>
9898

9999
<dependency>

0 commit comments

Comments
 (0)