Skip to content

Commit 99c719f

Browse files
authored
Merge pull request #297 from domaframework/next-snapshot-version
Prepare a next SNAPSHOT version
2 parents 666b3f1 + 761a851 commit 99c719f

File tree

11 files changed

+11
-11
lines changed
  • doma-spring-boot-autoconfigure
  • doma-spring-boot-core
  • doma-spring-boot-jacoco-aggregate
  • doma-spring-boot-samples
    • doma-spring-boot-sample-entity-listener
    • doma-spring-boot-sample-event-handler
    • doma-spring-boot-sample-simple
    • doma-spring-boot-sample-two-datasource
    • doma-spring-boot-sample-unified-criteria
  • doma-spring-boot-starter

11 files changed

+11
-11
lines changed

doma-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-jacoco-aggregate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.seasar.doma.boot</groupId>
99
<artifactId>doma-spring-boot</artifactId>
10-
<version>2.4.0</version>
10+
<version>2.5.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>doma-spring-boot-jacoco-aggregate</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-two-datasource/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-unified-criteria/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>doma-spring-boot</artifactId>
77
<groupId>org.seasar.doma.boot</groupId>
8-
<version>2.4.0</version>
8+
<version>2.5.0-SNAPSHOT</version>
99
</parent>
1010
<packaging>pom</packaging>
1111
<modelVersion>4.0.0</modelVersion>

doma-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>2.4.0</version>
15+
<version>2.5.0-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.seasar.doma.boot</groupId>
88
<artifactId>doma-spring-boot</artifactId>
9-
<version>2.4.0</version>
9+
<version>2.5.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>doma-spring-boot</name>

0 commit comments

Comments
 (0)