We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3fd95 commit 70e9a4cCopy full SHA for 70e9a4c
1 file changed
pom.xml
@@ -1,10 +1,13 @@
1
<?xml version="1.0" encoding="UTF-8"?>
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">
+<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">
6
<modelVersion>4.0.0</modelVersion>
7
8
<groupId>com.samaxes.cachefilter</groupId>
9
<artifactId>cachefilter</artifactId>
- <version>1.2.1-SNAPSHOT</version>
10
+ <version>1.2-SNAPSHOT</version>
11
<packaging>jar</packaging>
12
13
<name>J2EE Cache Filter</name>
0 commit comments