Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Add long-term support with Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Apr 26, 2019
1 parent e2a11ab commit 9032bab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 28 deletions.
6 changes: 3 additions & 3 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>
<artifactId>command-framework-bukkit</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>Sk89q Command Framework for Bukkit</name>
<description>Supporting classes for running the command framework on Bukkit servers.</description>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-core</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand Down
10 changes: 5 additions & 5 deletions bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>
<artifactId>command-framework-bungee</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>Sk89q Command Framework for BungeeCord</name>
<description>Supporting classes for using the command framework on BungeeCord.</description>

Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-core</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tc.oc</groupId>
<groupId>com.github.OvercastNetwork.BungeeCord</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.11-SNAPSHOT</version>
<version>1.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>com.sk89q</groupId>
<artifactId>command-framework-parent</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

<artifactId>command-framework-core</artifactId>
<packaging>jar</packaging>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>Sk89q Command Framework Core</name>
<description>Core classes for the sk89q command framework.</description>

Expand Down
21 changes: 3 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.sk89q</groupId>
<artifactId>command-framework-parent</artifactId>
<packaging>pom</packaging>
<version>1.9-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<name>Sk89q Command Framework</name>
<description>sk89q's command system from WorldEdit factored out</description>

Expand All @@ -21,26 +21,11 @@

<repositories>
<repository>
<id>pa-snapshots</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</repository>
<repository>
<id>pa-releases</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>pa-deployment</id>
<url>https://repo.extension.ws/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<build>
<sourceDirectory>${project.basedir}/src/main/java/</sourceDirectory>

Expand Down

0 comments on commit 9032bab

Please sign in to comment.