Skip to content

Commit 3a8d5b9

Browse files
committed
[maven-release-plugin] prepare release codingstyle-1.2.0
1 parent dd20309 commit 3a8d5b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

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

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

65
<modelVersion>4.0.0</modelVersion>
76
<groupId>edu.hm.hafner</groupId>
87
<artifactId>codingstyle</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0</version>
109

1110
<packaging>jar</packaging>
1211

@@ -23,7 +22,7 @@
2322
<connection>scm:git:git://github.com/uhafner/codingstyle.git</connection>
2423
<developerConnection>scm:git:[email protected]:uhafner/codingstyle.git</developerConnection>
2524
<url>https://github.com/uhafner/codingstyle</url>
26-
<tag>HEAD</tag>
25+
<tag>codingstyle-1.2.0</tag>
2726
</scm>
2827

2928
<licenses>
@@ -472,7 +471,7 @@
472471
<revapi.semver.ignore>
473472
<enabled>true</enabled>
474473
</revapi.semver.ignore>
475-
<revapi.ignore >
474+
<revapi.ignore>
476475
<item>
477476
<code>java.annotation.removed</code>
478477
<annotation>@edu.umd.cs.findbugs.annotations.Nullable</annotation>

0 commit comments

Comments
 (0)