Skip to content

Commit

Permalink
Versão 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo authored and Ricardo committed Feb 9, 2021
1 parent c798fc6 commit a62771f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ric</groupId>
<artifactId>dividapgfn</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>dividapgfn</name>
Expand All @@ -16,19 +16,21 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<graalvm.version>20.2.0</graalvm.version>
<sqlite.version>3.34.0</sqlite.version>
<picocli.version>4.6.1</picocli.version>
<jansi.version>2.2.0</jansi.version>
</properties>

<dependencies>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.32.3.2</version>
<version>${sqlite.version}</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.5.1</version>
<version>${picocli.version}</version>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
Expand All @@ -55,7 +57,7 @@
<path>
<groupId>info.picocli</groupId>
<artifactId>picocli-codegen</artifactId>
<version>4.5.1</version>
<version>${picocli.version}</version>
</path>
</annotationProcessorPaths>
<compilerArgs>
Expand Down

0 comments on commit a62771f

Please sign in to comment.