diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-06-05 16:53:29 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-06-05 16:53:29 -0400 |
| commit | 6db15ffab1f9ae694407234a4c7009b72c8a4287 (patch) | |
| tree | f824084209cdae9463ceb6896432f22b82218192 /pom.xml | |
| parent | 726e6e3f24f81a3cfa1fc5b25de4c1da654069e5 (diff) | |
Fix issue
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>inflexion</artifactId> <version>2.0-SNAPSHOT</version> @@ -33,8 +33,8 @@ <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.17</source> - <target>1.17</target> + <source>11</source> + <target>11</target> </configuration> </plugin> |
