diff options
| author | bjcul <bjcul@192.168.1.26> | 2022-07-11 18:09:35 -0400 |
|---|---|---|
| committer | bjcul <bjcul@192.168.1.26> | 2022-07-11 18:09:35 -0400 |
| commit | a0fa8ad730f15a7937a41ee89fbafccd98da6110 (patch) | |
| tree | ae7f76d3cc9379c7683db689e214744d1071b665 /dice/pom.xml | |
| parent | 82289d4aba4ccaaed99ecf46f4757f07b67baa45 (diff) | |
Upgrade to java 17
Diffstat (limited to 'dice/pom.xml')
| -rw-r--r-- | dice/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dice/pom.xml b/dice/pom.xml index d1d4fec..af1d24b 100644 --- a/dice/pom.xml +++ b/dice/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>bjc</groupId> <artifactId>dicelang-parent</artifactId> - <version>1.0.0</version> + <version>2.0-SNAPSHOT</version> </parent> <artifactId>dicelang-dice</artifactId> @@ -25,17 +25,16 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.1</version> - <scope>test</scope> </dependency> <dependency> <groupId>bjc</groupId> <artifactId>BJC-Utils2</artifactId> - <version>1.0.0</version> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>io.github.bculkin2442</groupId> <artifactId>esodata</artifactId> - <version>1.0-SNAPSHOT</version> + <version>2.0-SNAPSHOT</version> </dependency> </dependencies> </project> |
