Skip to content

Commit

Permalink
Depend on Neutron from bintray + release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdcfe committed Nov 15, 2020
1 parent 9008867 commit 9814c38
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,3 @@ $RECYCLE.BIN/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# System dependencies
!lib/Neutron-N3FS-*.jar
Binary file removed lib/Neutron-N3FS-4.0.0-SNAPSHOT.jar
Binary file not shown.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>uk.co.n3fs.mc</groupId>
<artifactId>gchat-velocity</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<name>gChat-Velocity</name>

<properties>
Expand Down Expand Up @@ -168,11 +168,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.crypnotic</groupId>
<artifactId>neutron-n3fs</artifactId>
<scope>system</scope>
<version>4.0.0-SNAPSHOT</version>
<systemPath>${basedir}/lib/Neutron-N3FS-4.0.0-SNAPSHOT.jar</systemPath>
<groupId>uk.co.n3fs.mc</groupId>
<artifactId>n3fs-neutron</artifactId>
<version>4.0.2</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
</dependencies>

Expand All @@ -189,6 +189,11 @@
<id>sponge</id>
<url>https://repo.spongepowered.org/maven</url>
</repository>
<repository>
<id>bintray-n3fs-minecraft</id>
<name>n3fs-minecraft</name>
<url>https://api.bintray.com/maven/n3fs/minecraft/gchat-velocity/;publish=1</url>
</repository>
</repositories>

</project>

0 comments on commit 9814c38

Please sign in to comment.