Update version numbers in pom.xmls (#244)

* Update version numbers in pom.xmls

* Restore -SNAPSHOT
This commit is contained in:
Brian Lowe 2021-06-21 12:11:24 +03:00 committed by GitHub
parent e1dc5c9775
commit 109b5a4fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 13 deletions

View file

@ -7,13 +7,13 @@
<groupId>org.vivoweb</groupId>
<artifactId>vivo-api</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vivo-project</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>