Skip to content

Commit

Permalink
Change all "static" pom versions to "1.1-SNAPSHOT", to allow deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Feb 4, 2015
1 parent 3cdbab6 commit 2cecd50
Show file tree
Hide file tree
Showing 23 changed files with 103 additions and 126 deletions.
9 changes: 4 additions & 5 deletions NCPBuildBase/pom.xml
Expand Up @@ -5,12 +5,12 @@
<artifactId>ncpbuildbase</artifactId>
<packaging>jar</packaging>
<name>NCPBuildBase</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -20,9 +20,8 @@
<version>4.8.2</version>
</dependency>
</dependencies>
<description>Very basic dependencies that have to be built before commons, no use of Bukkit.

Version updating is done for the NoCheatPlus sub-module.</description>
<description>Very basic dependencies that have to be built before commons, no use of Bukkit.
</description>

<build>
<resources>
Expand Down
9 changes: 4 additions & 5 deletions NCPCommons/pom.xml
Expand Up @@ -5,12 +5,12 @@
<artifactId>ncpcommons</artifactId>
<packaging>jar</packaging>
<name>NCPCommons</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -22,11 +22,10 @@
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpbuildbase</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
</dependencies>
<description>Common data structures and other, no use of Bukkit.

Version updating is done for the NoCheatPlus sub-module.</description>
</description>

</project>
9 changes: 4 additions & 5 deletions NCPCompatBukkit/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatbukkit</artifactId>
<packaging>jar</packaging>
<name>NCPCompatBukkit</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for using the Bukkit API only.

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2512/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2512</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2512</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility since CB2512.

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2545/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2545</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2545</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility since CB2545 (MC 1.4.6).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2602/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2602</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2602</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB2602 (1.4.7).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2645/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2645</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2645</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB 2645 (MC 1.5).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2691/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2691</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2691</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB2691 (1.5.1-R0.1 beta release).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2763/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2763</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2763</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB 2763 (MC 1.5.2).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2794/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2794</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2794</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB 2794 (MC 1.6.1).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2808/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2808</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2808</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB2808 (MC 1.6.2).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>
9 changes: 4 additions & 5 deletions NCPCompatCB2882/pom.xml
Expand Up @@ -5,19 +5,19 @@
<artifactId>ncpcompatcb2882</artifactId>
<packaging>jar</packaging>
<name>NCPCompatCB2882</name>
<version>static</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>fr.neatmonster</groupId>
<artifactId>nocheatplus-parent</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>fr.neatmonster</groupId>
<artifactId>ncpcore</artifactId>
<version>static</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand All @@ -27,6 +27,5 @@
</dependencies>

<description>Compatibility for CB2882 (MC 1.6.4).

Version updating is done for the NoCheatPlus sub-module.</description>
</description>
</project>

0 comments on commit 2cecd50

Please sign in to comment.