summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6bcbf3c..4ce9787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>bjc</groupId>
<artifactId>inflexion</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
<name>Inflexion</name>
<description>Java based implementation of Damian Conway's Lingua::EN::Inflexion module for perl</description>
@@ -33,8 +33,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>1.17</source>
+ <target>1.17</target>
</configuration>
</plugin>