Skip to content

Commit ae56bc9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9b1e070 commit ae56bc9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

doma-spring-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot-samples</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot-samples</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot-samples</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

doma-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>doma-spring-boot</artifactId>
55
<groupId>org.seasar.doma.boot</groupId>
6-
<version>1.5.0</version>
6+
<version>1.6.0-SNAPSHOT</version>
77
</parent>
88
<packaging>pom</packaging>
99
<modelVersion>4.0.0</modelVersion>

doma-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.seasar.doma.boot</groupId>
1313
<artifactId>doma-spring-boot</artifactId>
14-
<version>1.5.0</version>
14+
<version>1.6.0-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.seasar.doma.boot</groupId>
66
<artifactId>doma-spring-boot</artifactId>
7-
<version>1.5.0</version>
7+
<version>1.6.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>doma-spring-boot</name>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:[email protected]:domaframework/doma-spring-boot.git</connection>
4040
<developerConnection>scm:git:[email protected]:domaframework/doma-spring-boot.git</developerConnection>
4141
<url>[email protected]:domaframework/doma-spring-boot.git</url>
42-
<tag>doma-spring-boot-1.5.0</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<properties>

0 commit comments

Comments
 (0)