Skip to content

Commit

Permalink
Merge pull request #2 from avew/dev-zaky
Browse files Browse the repository at this point in the history
bump java version and library version
  • Loading branch information
avew authored Nov 29, 2023
2 parents d82dc6a + 636d0c3 commit 9504cc4
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>avew.github.io</groupId>
<artifactId>csv-validator</artifactId>
<version>1.0.10</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<description>Csv validator</description>

Expand All @@ -32,18 +32,18 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<maven.resource.version>3.3.1</maven.resource.version>
<maven.compiler.version>3.11.0</maven.compiler.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>

<lombok.version>1.18.28</lombok.version>
<lombok.version>1.18.30</lombok.version>
<junit.version>4.13.2</junit.version>
<logback.version>1.4.7</logback.version>
<logback.version>1.4.11</logback.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -159,4 +159,16 @@

</plugins>
</build>

<distributionManagement>
<repository>
<id>nexus</id>
<url>https://repo.pajakku.com/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus</id>
<url>https://repo.pajakku.com/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 9504cc4

Please sign in to comment.