Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmemarioss committed Oct 15, 2021
1 parent 970af66 commit 66d0a3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>br.com.itsmemario</groupId>
<artifactId>ecordel</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>e-cordel</name>
<description>e-reader for cordels</description>

Expand All @@ -30,6 +30,7 @@
<lombok.version>1.18.12</lombok.version>
<testcontainers.version>1.15.2</testcontainers.version>
<mockftp.version>2.7.1</mockftp.version>
<commons-lang.version>2.5</commons-lang.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -137,7 +138,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.5</version>
<version>${commons-lang.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 66d0a3b

Please sign in to comment.