We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e9a4c commit 80ebff7Copy full SHA for 80ebff7
1 file changed
pom.xml
@@ -1,8 +1,5 @@
1
<?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">
+<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">
6
<modelVersion>4.0.0</modelVersion>
7
8
<groupId>com.samaxes.cachefilter</groupId>
@@ -83,7 +80,7 @@
83
80
<plugin>
84
81
<groupId>org.apache.maven.plugins</groupId>
85
82
<artifactId>maven-release-plugin</artifactId>
86
- <version>2.0</version>
+ <version>2.0-beta-9</version>
87
</plugin>
88
</plugins>
89
</build>
0 commit comments