diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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> |
