diff options
author | Julien Eluard <[email protected]> | 2014-03-18 14:06:30 -0300 |
---|---|---|
committer | Julien Eluard <[email protected]> | 2014-03-18 14:06:30 -0300 |
commit | 2c524c6f504ab20e2afb59a09517ffa60ec8f3e0 (patch) | |
tree | 43e8df6d47867dd602aa72e67532565e52561f34 /pom.xml | |
parent | 3a002cbea372f538830998a2477d9cdc2037abbc (diff) |
Upgraded parent pom.
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.semver</groupId> <artifactId>parent</artifactId> - <version>0.9.19-SNAPSHOT</version> + <version>0.9.20-SNAPSHOT</version> <packaging>pom</packaging> <name>Semantic Versioning</name> @@ -17,7 +17,7 @@ <parent> <groupId>com.github.jeluard</groupId> <artifactId>oss-parent</artifactId> - <version>3</version> + <version>7</version> </parent> <modules> |