We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5afe80 commit 3006da8Copy full SHA for 3006da8
pom.xml
@@ -1,13 +1,11 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<project 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
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>info.debatty</groupId>
9
<artifactId>java-spamsum</artifactId>
10
- <version>0.2-SNAPSHOT</version>
+ <version>0.2</version>
11
<packaging>jar</packaging>
12
13
<name>${project.artifactId}</name>
0 commit comments