summaryrefslogtreecommitdiff
path: root/CSMath/pom.xml
diff options
context:
space:
mode:
authorbjcul <bjcul@192.168.1.26>2022-07-11 18:09:20 -0400
committerbjcul <bjcul@192.168.1.26>2022-07-11 18:09:20 -0400
commit96d6ed56ddd8b6267002bdbd111c026c2d45505e (patch)
tree31310d4f14b1681f08d9b818d460cc87c1fb0807 /CSMath/pom.xml
parent3032cbd303dfa70bcd02d9bd514aded571d33cd8 (diff)
Upgrade to java 17
Diffstat (limited to 'CSMath/pom.xml')
-rw-r--r--CSMath/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/CSMath/pom.xml b/CSMath/pom.xml
index 7c1dbd7..e058025 100644
--- a/CSMath/pom.xml
+++ b/CSMath/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>bjc</groupId>
<artifactId>CSMath</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<name>CSMath</name>
<description>Projects from Advanced CS Math class</description>
<build>
@@ -12,8 +12,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
- <source>1.8</source>
- <target>1.8</target>
+ <source>1.17</source>
+ <target>1.17</target>
</configuration>
</plugin>
</plugins>
@@ -22,7 +22,7 @@
<dependency>
<groupId>bjc</groupId>
<artifactId>BJC-Utils2</artifactId>
- <version>1.0.0</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project> \ No newline at end of file