Skip to content

Commit 3c4d163

Browse files
committed
[maven-release-plugin] prepare release v1.5
1 parent 3eba2f9 commit 3c4d163

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ru.ydn.wicket.wicket-orientdb</groupId>
55
<artifactId>wicket-orientdb-parent</artifactId>
6-
<version>1.5-SNAPSHOT</version>
6+
<version>1.5</version>
77
<packaging>pom</packaging>
88
<name>wicket-orientdb-parent</name>
99
<description>Wicket library for OrientDB</description>
@@ -13,7 +13,7 @@
1313
<url>https://github.com/OrienteerBAP/wicket-orientdb</url>
1414
<connection>scm:git:ssh://github.com/OrienteerBAP/wicket-orientdb.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com/OrienteerBAP/wicket-orientdb.git</developerConnection>
16-
<tag>HEAD</tag>
16+
<tag>v1.5</tag>
1717
</scm>
1818

1919
<issueManagement>

wicket-orientdb-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>wicket-orientdb-parent</artifactId>
2323
<groupId>ru.ydn.wicket.wicket-orientdb</groupId>
24-
<version>1.5-SNAPSHOT</version>
24+
<version>1.5</version>
2525
</parent>
2626
<artifactId>wicket-orientdb-demo</artifactId>
2727
<packaging>war</packaging>

wicket-orientdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ru.ydn.wicket.wicket-orientdb</groupId>
77
<artifactId>wicket-orientdb-parent</artifactId>
8-
<version>1.5-SNAPSHOT</version>
8+
<version>1.5</version>
99
</parent>
1010
<artifactId>wicket-orientdb</artifactId>
1111
<name>wicket-orientdb</name>

0 commit comments

Comments
 (0)