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

Commit 501037e

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent eee28c1 commit 501037e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.seasar.doma</groupId>
66
<artifactId>doma-quarkus-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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</groupId>
66
<artifactId>doma-quarkus-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<name>Quarkus - Doma - Parent</name>
99
<packaging>pom</packaging>
1010
<description>Quarkus Extension for Doma</description>
@@ -26,7 +26,7 @@
2626
<connection>scm:git:[email protected]:domaframework/doma-quarkus.git</connection>
2727
<developerConnection>scm:git:[email protected]:domaframework/doma-quarkus.git</developerConnection>
2828
<url>https://github.com/domaframework/doma-quarkus</url>
29-
<tag>HEAD</tag>
29+
<tag>v1.1.0</tag>
3030
</scm>
3131

3232
<properties>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.seasar.doma</groupId>
66
<artifactId>doma-quarkus-parent</artifactId>
7-
<version>999-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)