diff options
| author | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:47:27 -0500 |
|---|---|---|
| committer | Ben Culkin <scorpress@gmail.com> | 2023-11-08 19:47:27 -0500 |
| commit | f902e4ed803d98e5bb8914be377e78e6e0739d82 (patch) | |
| tree | e64ca840e3eef6e30dfd23548e4924dcdba4c89c /base/pom.xml | |
| parent | 4e6854faa5706d02a74e0c04dc84a81aca58169a (diff) | |
| parent | bdad2e9c2f286469519ba8ad3197e1a9b1e9190f (diff) | |
Merge branch 'trunk' of git@ashardalon.com:bjc-utils2.git into trunk
Diffstat (limited to 'base/pom.xml')
| -rw-r--r-- | base/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pom.xml b/base/pom.xml index 29744b6..cae055c 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -65,11 +65,11 @@ </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.7.0</version> + <version>3.8.0</version> <configuration> - <source>1.17</source> - <target>1.17</target> + <source>11</source> + <target>11</target> </configuration> </plugin> </plugins> |
