Skip to content

Commit

Permalink
Support the latest version of Factions.
Browse files Browse the repository at this point in the history
Fix code-style.
  • Loading branch information
nikosgram committed Jun 22, 2017
1 parent 8e2c3c7 commit b68360b
Show file tree
Hide file tree
Showing 55 changed files with 1,677 additions and 998 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -110,19 +110,19 @@
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.6</version>
<version>1.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>mcore</artifactId>
<version>2.8.4</version>
<version>2.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>factions</artifactId>
<version>2.8.4</version>
<version>2.12.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Binary file not shown.
9 changes: 9 additions & 0 deletions repo/com/massivecraft/factions/2.12.0/factions-2.12.0.pom
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.massivecraft</groupId>
<artifactId>factions</artifactId>
<version>2.12.0</version>
<description>Artifactory auto generated POM</description>
</project>
14 changes: 14 additions & 0 deletions repo/com/massivecraft/factions/maven-metadata.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.massivecraft</groupId>
<artifactId>factions</artifactId>
<version>2.12.0</version>
<versioning>
<latest>2.12.0</latest>
<release>2.12.0</release>
<versions>
<version>2.12.0</version>
</versions>
<lastUpdated>20171306235600</lastUpdated>
</versioning>
</metadata>
Binary file not shown.
9 changes: 9 additions & 0 deletions repo/com/massivecraft/mcore/2.12.0/mcore-2.12.0.pom
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.massivecraft</groupId>
<artifactId>mcore</artifactId>
<version>2.12.0</version>
<description>Artifactory auto generated POM</description>
</project>
14 changes: 14 additions & 0 deletions repo/com/massivecraft/mcore/maven-metadata.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.massivecraft</groupId>
<artifactId>mcore</artifactId>
<version>2.12.0</version>
<versioning>
<latest>2.12.0</latest>
<release>2.12.0</release>
<versions>
<version>2.12.0</version>
</versions>
<lastUpdated>20171306235600</lastUpdated>
</versioning>
</metadata>

0 comments on commit b68360b

Please sign in to comment.