summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBen Culkin <scorpress@gmail.com>2022-09-27 19:13:39 -0400
committerBen Culkin <scorpress@gmail.com>2022-09-27 19:13:39 -0400
commite491562b9cd364374cefaba62622ed029944843c (patch)
tree76c496e8937868358160c2cf17b6a83be71b272b /pom.xml
parent10feae83a4ba2d5e77e99c3126240d810ebbb552 (diff)
Minor changes
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index adfaa8f..f1cf398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bculkin2442</groupId>
<artifactId>everge</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.4.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>everge</name>
<description>Simple regex-based text processing</description>
@@ -25,8 +25,8 @@
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.17</maven.compiler.source>
+ <maven.compiler.target>1.17</maven.compiler.target>
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
<github.global.server>github</github.global.server>
<jacoco.reportPath>${main.basedir}/target/jacoco-ut.exec</jacoco.reportPath>
@@ -44,17 +44,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>
<build>