summaryrefslogtreecommitdiff
path: root/CSMath/pom.xml
diff options
context:
space:
mode:
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