Skip to content

Commit

Permalink
[maven-release-plugin] prepare release redline-1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwblake committed Feb 20, 2014
1 parent fa2fe4d commit 65949f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,7 +9,7 @@

<groupId>org.redline-rpm</groupId>
<artifactId>redline</artifactId>
<version>1.1.15-SNAPSHOT</version>
<version>1.1.15</version>
<packaging>jar</packaging>
<name>Redline</name>
<description>Redline is a pure Java library for manipulating RPM Package Manager packages.</description>
Expand Down Expand Up @@ -54,7 +53,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<excludes/>
<excludes />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 65949f1

Please sign in to comment.