Skip to content

Commit 66bbce7

Browse files
committed
[maven-release-plugin] prepare release v1.5.0
1 parent d51af06 commit 66bbce7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>de.stklcode.jvault</groupId>
65
<artifactId>jvault-connector</artifactId>
7-
<version>1.5.0-SNAPSHOT</version>
6+
<version>1.5.0</version>
87

98
<packaging>jar</packaging>
109

@@ -33,7 +32,8 @@
3332
<connection>scm:git:git://github.com/stklcode/jvaultconnector.git</connection>
3433
<developerConnection>scm:git:[email protected]:stklcode/jvaultconnector.git</developerConnection>
3534
<url>https://github.com/stklcode/jvaultconnector</url>
36-
</scm>
35+
<tag>v1.5.0</tag>
36+
</scm>
3737

3838
<issueManagement>
3939
<system>GitHub Issues</system>
@@ -42,7 +42,7 @@
4242

4343
<properties>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45-
<argLine></argLine>
45+
<argLine />
4646
</properties>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)