diff options
| author | bjculkin <bjculkin@localhost> | 2023-10-25 22:57:20 +0000 |
|---|---|---|
| committer | bjculkin <bjculkin@localhost> | 2023-10-25 22:57:20 +0000 |
| commit | f83040fbf50c4e38ea6584ff819dad8daad626e9 (patch) | |
| tree | a37a219884023189d74865345f9bf944300a4167 /CSMath/pom.xml | |
| parent | 40ba262a26d3f6ead2d960c4ca58b2eac10fad3c (diff) | |
Tweak for new setup
Diffstat (limited to 'CSMath/pom.xml')
| -rw-r--r-- | CSMath/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CSMath/pom.xml b/CSMath/pom.xml index e058025..577aad2 100644 --- a/CSMath/pom.xml +++ b/CSMath/pom.xml @@ -10,10 +10,10 @@ <plugins> <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> @@ -25,4 +25,4 @@ <version>2.0-SNAPSHOT</version> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |
