Skip to content

Commit 80ebff7

Browse files
committed
Don't use maven-release-plugin 2.0: http://jira.codehaus.org/browse/MRELEASE-526
1 parent 70e9a4c commit 80ebff7

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project
3-
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">
2+
<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">
63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>com.samaxes.cachefilter</groupId>
@@ -83,7 +80,7 @@
8380
<plugin>
8481
<groupId>org.apache.maven.plugins</groupId>
8582
<artifactId>maven-release-plugin</artifactId>
86-
<version>2.0</version>
83+
<version>2.0-beta-9</version>
8784
</plugin>
8885
</plugins>
8986
</build>

0 commit comments

Comments
 (0)