Skip to content

Commit

Permalink
Merge pull request #10 from adamretter/hotfix/semver-number
Browse files Browse the repository at this point in the history
Adopt Semantic Versioning number e.g. x.x.x
  • Loading branch information
joewiz authored Jul 19, 2019
2 parents 9c8e5d8 + e7324cf commit 965c6fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>ro.kuberam.expath.exist</groupId>
<artifactId>base</artifactId>
<version>1.5.4</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<artifactId>crypto</artifactId>
<version>0.7</version>
<version>0.8.0-SNAPSHOT</version>
<name>eXist-db EXPath Cryptographic library</name>
<description>eXist-db wrapper for EXPath Cryptographic Java library</description>
<url>http://expath.org/spec/crypto</url>
Expand Down Expand Up @@ -44,7 +44,7 @@
</contributors>

<properties>
<crypto.java.lib.version>1.6</crypto.java.lib.version>
<crypto.java.lib.version>1.7.0-SNAPSHOT</crypto.java.lib.version>
<package.title>EXPath Cryptographic Module Implementation</package.title>
</properties>

Expand Down

0 comments on commit 965c6fb

Please sign in to comment.