diff options
| author | Ben Culkin <scorpress@gmail.com> | 2022-07-16 12:45:40 -0400 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2022-07-16 12:45:40 -0400 |
| commit | fc9a76f62faef95912d4cf4906f229ccd909d2dc (patch) | |
| tree | 9764e31018809bea9bb2dd7e86b0ed74f5f58917 /pom.xml | |
| parent | 26c5908adc7a65a9b9d1c8df145b65c290dc1855 (diff) | |
Update to java 17
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
