Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit cd42015

Browse files
committed
[maven-release-plugin] prepare release v1.0.3
1 parent 93bc3d8 commit cd42015

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

deployment/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.seasar.doma</groupId>
86
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>1.0.3</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>org.seasar.doma</groupId>
86
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>1.0.3</version>
108
<name>Quarkus - Doma - Parent</name>
119
<packaging>pom</packaging>
1210
<description>Quarkus Extension for Doma</description>
@@ -28,7 +26,8 @@
2826
<connection>scm:git:[email protected]:domaframework/doma-quarkus.git</connection>
2927
<developerConnection>scm:git:[email protected]:domaframework/doma-quarkus.git</developerConnection>
3028
<url>https://github.com/domaframework/doma-quarkus</url>
31-
</scm>
29+
<tag>v1.0.3</tag>
30+
</scm>
3231

3332
<properties>
3433
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

runtime/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.seasar.doma</groupId>
86
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>999-SNAPSHOT</version>
7+
<version>1.0.3</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

0 commit comments

Comments
 (0)