Update version numbers in pom.xmls (#239)

* Update version numbers in pom.xmls

* Restore -SNAPSHOT
This commit is contained in:
Brian Lowe 2021-06-21 12:10:08 +03:00 committed by GitHub
parent 9565fbd925
commit a7e1e60c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 19 deletions

View file

@ -7,13 +7,13 @@
<groupId>org.vivoweb</groupId>
<artifactId>vitro-installer-home</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.vivoweb</groupId>
<artifactId>vitro-installer</artifactId>
<version>1.11.2-SNAPSHOT</version>
<version>1.12.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>