diff options
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> |
