Skip to content

Commit 9b1e070

Browse files
committed
[maven-release-plugin] prepare release doma-spring-boot-1.5.0
1 parent 47dc0c4 commit 9b1e070

File tree

8 files changed

+18
-26
lines changed

8 files changed

+18
-26
lines changed

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-autoconfigure</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

doma-spring-boot-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-core</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-sample-entity-listener</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-sample-event-handler</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-sample-simple</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

doma-spring-boot-samples/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>doma-spring-boot</artifactId>
75
<groupId>org.seasar.doma.boot</groupId>
8-
<version>1.5.0-SNAPSHOT</version>
6+
<version>1.5.0</version>
97
</parent>
108
<packaging>pom</packaging>
119
<modelVersion>4.0.0</modelVersion>

doma-spring-boot-starter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<artifactId>doma-spring-boot-starter</artifactId>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.seasar.doma.boot</groupId>
1413
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.5.0-SNAPSHOT</version>
14+
<version>1.5.0</version>
1615
<relativePath>../pom.xml</relativePath>
1716
</parent>
1817

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.seasar.doma.boot</groupId>
76
<artifactId>doma-spring-boot</artifactId>
8-
<version>1.5.0-SNAPSHOT</version>
7+
<version>1.5.0</version>
98
<packaging>pom</packaging>
109

1110
<name>doma-spring-boot</name>
@@ -40,7 +39,8 @@
4039
<connection>scm:git:[email protected]:domaframework/doma-spring-boot.git</connection>
4140
<developerConnection>scm:git:[email protected]:domaframework/doma-spring-boot.git</developerConnection>
4241
<url>[email protected]:domaframework/doma-spring-boot.git</url>
43-
</scm>
42+
<tag>doma-spring-boot-1.5.0</tag>
43+
</scm>
4444

4545
<properties>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)