Skip to content

Commit 2526864

Browse files
committed
[maven-release-plugin] prepare release 1.0
1 parent 4e52259 commit 2526864

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<project xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<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/maven-v4_0_0.xsd">
64

75
<modelVersion>4.0.0</modelVersion>
86
<groupId>com.mhackner</groupId>
97
<artifactId>bamboo-github-status</artifactId>
10-
<version>1.0-SNAPSHOT</version>
8+
<version>1.0</version>
119

1210
<organization>
1311
<name>Michael Hackner</name>
@@ -21,7 +19,7 @@
2119
<scm>
2220
<developerConnection>scm:git:https://github.com/HackAttack/bamboo-github-status.git</developerConnection>
2321
<url>https://github.com/HackAttack/bamboo-github-status</url>
24-
<tag>HEAD</tag>
22+
<tag>1.0</tag>
2523
</scm>
2624

2725
<properties>

0 commit comments

Comments
 (0)