Skip to content

Commit 8cacd2b

Browse files
committed
[maven-release-plugin] prepare release 1.5
1 parent fe68c37 commit 8cacd2b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<groupId>traindb</groupId>
2020
<artifactId>traindb-main</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323

2424
<name>TrainDB Main</name>
2525
<description>TrainDB Main</description>
@@ -148,7 +148,7 @@ limitations under the License.
148148
<scm>
149149
<connection>scm:git:https://github.com/traindb-project/traindb.git</connection>
150150
<developerConnection>scm:git:https://github.com/traindb-project/traindb.git</developerConnection>
151-
<tag>HEAD</tag>
151+
<tag>1.5</tag>
152152
<url>https://github.com/traindb-project/traindb</url>
153153
</scm>
154154

traindb-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>traindb</groupId>
2121
<artifactId>traindb-project</artifactId>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323
<relativePath>../traindb-project</relativePath>
2424
</parent>
2525

traindb-catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>traindb</groupId>
2121
<artifactId>traindb-project</artifactId>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323
<relativePath>../traindb-project</relativePath>
2424
</parent>
2525

traindb-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>traindb</groupId>
2121
<artifactId>traindb-project</artifactId>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323
<relativePath>../traindb-project</relativePath>
2424
</parent>
2525

traindb-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>traindb</groupId>
2121
<artifactId>traindb-project</artifactId>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323
<relativePath>../traindb-project</relativePath>
2424
</parent>
2525

traindb-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
<parent>
2020
<groupId>traindb</groupId>
2121
<artifactId>traindb-main</artifactId>
22-
<version>1.5-SNAPSHOT</version>
22+
<version>1.5</version>
2323
</parent>
2424

2525
<artifactId>traindb-project</artifactId>

0 commit comments

Comments
 (0)