mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
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:
parent
f39c7f7186
commit
4b5a7f35f2
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.projectkorra</groupId>
|
<groupId>com.projectkorra</groupId>
|
||||||
<artifactId>projectkorra</artifactId>
|
<artifactId>projectkorra</artifactId>
|
||||||
<version>1.8.9</version>
|
<version>1.9.0</version>
|
||||||
<name>ProjectKorra</name>
|
<name>ProjectKorra</name>
|
||||||
<repositories>
|
<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/ -->
|
<!-- 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/ -->
|
||||||
|
|
Loading…
Reference in a new issue