Skip to content

Commit 65949f1

Browse files
committed
[maven-release-plugin] prepare release redline-1.1.15
1 parent fa2fe4d commit 65949f1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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/maven-v4_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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>org.redline-rpm</groupId>
1211
<artifactId>redline</artifactId>
13-
<version>1.1.15-SNAPSHOT</version>
12+
<version>1.1.15</version>
1413
<packaging>jar</packaging>
1514
<name>Redline</name>
1615
<description>Redline is a pure Java library for manipulating RPM Package Manager packages.</description>
@@ -54,7 +53,7 @@
5453
<artifactId>maven-surefire-plugin</artifactId>
5554
<version>2.12</version>
5655
<configuration>
57-
<excludes/>
56+
<excludes />
5857
</configuration>
5958
</plugin>
6059
<plugin>

0 commit comments

Comments
 (0)