Skip to content

Commit 27b3b0a

Browse files
author
Jinho Choi
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7143090 commit 27b3b0a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

elit-component/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cloud.elit</groupId>
99
<artifactId>elit</artifactId>
10-
<version>0.0.2</version>
10+
<version>0.0.3-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>cloud.elit</groupId>
2222
<artifactId>elit-sdk</artifactId>
23-
<version>0.0.2</version>
23+
<version>0.0.3-SNAPSHOT</version>
2424
</dependency>
2525
</dependencies>
2626
</project>

elit-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cloud.elit</groupId>
99
<artifactId>elit</artifactId>
10-
<version>0.0.2</version>
10+
<version>0.0.3-SNAPSHOT</version>
1111
</parent>
1212

1313
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>cloud.elit</groupId>
55
<artifactId>elit</artifactId>
6-
<version>0.0.2</version>
6+
<version>0.0.3-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>ELIT: Evolution of Language and Information Technology</name>
@@ -14,7 +14,7 @@
1414
<url>https://github.com/elitcloud/elit-java</url>
1515
<connection>scm:git:git://github.com/elitcloud/elit-java.git</connection>
1616
<developerConnection>scm:git:git@github.com:elitcloud/elit-java.git</developerConnection>
17-
<tag>elit-0.0.2</tag>
17+
<tag>HEAD</tag>
1818
</scm>
1919

2020
<modules>

0 commit comments

Comments
 (0)