Update pom.xml project version to 1.9 (#1089)

## Misc. Changes
* Changes project version to 1.9 in pom.xml
This commit is contained in:
Vahagn Tovmasian 2020-08-25 10:09:00 -07:00 committed by GitHub
parent f39c7f7186
commit 4b5a7f35f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.projectkorra</groupId>
<artifactId>projectkorra</artifactId>
<version>1.8.9</version>
<version>1.9.0</version>
<name>ProjectKorra</name>
<repositories>
<!-- local jar files, add more using: mvn install:install-file -Dfile=aaa.jar -DgroupId=aaa -DartifactId=aaa -Dversion=aaa -Dpackaging=jar -DlocalRepositoryPath=path/to/ProjectKorra/localrepo/ -->