Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Reverts Whoopsie, Fast Forward 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeJayDev committed Feb 12, 2019
1 parent 28d962b commit 0fa26c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RPCTest/RPCTest.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="discord-rpc" />
<orderEntry type="library" name="Maven: net.java.dev.jna:jna:5.2.0" level="project" />
<orderEntry type="library" name="Maven: net.arikia.dev:discord-rpc-binaries:3.4.0" level="project" />
<orderEntry type="library" name="Maven: com.github.Vatuu:discord-rpc-binaries:3.4.0" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion RPCTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>net.arikia.dev</groupId>
<artifactId>discord-rpc</artifactId>
<version>1.6.0</version>
<version>LATEST</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<includeGroupIds>net.arikia.dev</includeGroupIds>
<includeGroupIds>com.github.Vatuu</includeGroupIds>
<includeArtifactIds>discord-rpc-binaries</includeArtifactIds>
<outputDirectory>${project.build.directory}/binaries-resources</outputDirectory>
<overWriteReleases>true</overWriteReleases>
Expand Down

0 comments on commit 0fa26c0

Please sign in to comment.