aboutsummaryrefslogtreecommitdiff
path: root/challenge-260/luca-ferrari/pljava/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-260/luca-ferrari/pljava/pom.xml')
-rw-r--r--challenge-260/luca-ferrari/pljava/pom.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/challenge-260/luca-ferrari/pljava/pom.xml b/challenge-260/luca-ferrari/pljava/pom.xml
index 30b7a337f3..e9d5777410 100644
--- a/challenge-260/luca-ferrari/pljava/pom.xml
+++ b/challenge-260/luca-ferrari/pljava/pom.xml
@@ -1,3 +1,4 @@
+
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -5,11 +6,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>PWC</groupId>
- <artifactId>PWC259</artifactId>
- <version>1</version>
+ <artifactId>
+ PWC260
+ </artifactId>
+ <version>
+ 1
+ </version>
- <name>Perl Weekly Challenge 259</name>
- <description>Implementation of the tasks in PL/Java for PWC 259</description>
+ <name>Perl Weekly Challenge 260 with package PWC260</name>
+ <description>Implementation of the tasks in PL/Java for PWC 260</description>
<properties>
<project.build.sourceEncoding>US-ASCII</project.build.sourceEncoding>