Skip to content

Commit 965c6fb

Browse files
authored
Merge pull request #10 from adamretter/hotfix/semver-number
Adopt Semantic Versioning number e.g. x.x.x
2 parents 9c8e5d8 + e7324cf commit 965c6fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>ro.kuberam.expath.exist</groupId>
99
<artifactId>base</artifactId>
10-
<version>1.5.4</version>
10+
<version>1.6.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>crypto</artifactId>
14-
<version>0.7</version>
14+
<version>0.8.0-SNAPSHOT</version>
1515
<name>eXist-db EXPath Cryptographic library</name>
1616
<description>eXist-db wrapper for EXPath Cryptographic Java library</description>
1717
<url>http://expath.org/spec/crypto</url>
@@ -44,7 +44,7 @@
4444
</contributors>
4545

4646
<properties>
47-
<crypto.java.lib.version>1.6</crypto.java.lib.version>
47+
<crypto.java.lib.version>1.7.0-SNAPSHOT</crypto.java.lib.version>
4848
<package.title>EXPath Cryptographic Module Implementation</package.title>
4949
</properties>
5050

0 commit comments

Comments
 (0)