Skip to content

Commit 45f8369

Browse files
committed
Release 1.1.1
1 parent a77eed9 commit 45f8369

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.1.1-SNAPSHOT</version>
15+
<version>1.1.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.1.1-SNAPSHOT</version>
15+
<version>1.1.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.1.1-SNAPSHOT</version>
15+
<version>1.1.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
</parent>
1010
<packaging>pom</packaging>
1111
<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
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.1.1-SNAPSHOT</version>
15+
<version>1.1.1</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seasar.doma.boot</groupId>
77
<artifactId>doma-spring-boot</artifactId>
8-
<version>1.1.1-SNAPSHOT</version>
8+
<version>1.1.1</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)