Skip to content

Commit

Permalink
Update files for project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Techtony96 committed Dec 15, 2017
1 parent 8cc93be commit f0c017d
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ hs_err_pid*

#IntelliJ IDEA
/.idea
Discord.java.iml
BolotBot.iml
/target

# Project Special Files
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Discord.java
# BoltBot

[![Build Status](https://travis-ci.org/ajpappas/Discord.java.svg?branch=master)](https://travis-ci.org/ajpappas/Discord.java) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/f958086355d246389def31f2fd2179e8)](https://www.codacy.com/app/techtony96/Discord.java?utm_source=github.com&utm_medium=referral&utm_content=ajpappas/Discord.java&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/DiscordBolt/BoltBot.svg?branch=master)](https://travis-ci.org/DiscordBolt/BoltBot.java)
======

[Documentation](https://austinv11.github.io/Discord4J/docs.html)
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.ajpappas</groupId>
<artifactId>Discord.java</artifactId>
<version>1.0-SNAPSHOT</version>
<url>https://github.com/Techtony96/Discord.java</url>
<groupId>com.github.DiscordBolt</groupId>
<artifactId>BoltBot</artifactId>
<version>2.0.0</version>
<url>https://github.com/DiscordBolt/BoltBot</url>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.github.austinv11</groupId>
<artifactId>Discord4j</artifactId>
<version>2.9.1</version>
<version>2.9.3</version>
<scope>compile</scope>
</dependency>

0 comments on commit f0c017d

Please sign in to comment.