Skip to content

Commit

Permalink
Krobot 3.0.0-ALPHA-01
Browse files Browse the repository at this point in the history
  • Loading branch information
Litarvan committed Sep 10, 2017
1 parent 97cdf89 commit 32291c9
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
42158604f683fc14e937c6d5731e8a7b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
223c4c479f8ff5cd149b3da0042fc2645d4ee488
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d0be6a4e3ec60fcc44f3eb411205e3ca
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d272469f1f7a8aebd9c85e613b5952ca98ad14fd
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cb2ca15d9bce2b8b6a2f471eb889302a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d52d6c1f092acf0422d0a522df547b7eeeaa560c
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.krobot</groupId>
<artifactId>krobot-framework</artifactId>
<version>3.0.0-ALPHA-01</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>3.3.0_264</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.8.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>15.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.16</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
66d229e7b1567cb482a6cd58796e4550
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
066818e2109c194b09da215196d3ce8595a9471f
5 changes: 3 additions & 2 deletions maven/org/krobot/krobot-framework/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<groupId>org.krobot</groupId>
<artifactId>krobot-framework</artifactId>
<versioning>
<release>2.3.2</release>
<release>3.0.0-ALPHA-01</release>
<versions>
<version>2.2.0</version>
<version>2.3.0</version>
<version>2.3.1</version>
<version>2.3.2</version>
<version>3.0.0-ALPHA-01</version>
</versions>
<lastUpdated>20170715213338</lastUpdated>
<lastUpdated>20170910131521</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion maven/org/krobot/krobot-framework/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73c77410e1d3ab2c6e44ed8b43f49661
cda9b847d877a7d040c617a007ebb76c
2 changes: 1 addition & 1 deletion maven/org/krobot/krobot-framework/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bee8e8658a1e6d34df3c0610b367bb985bcb0910
42b5636c2544adf43c6a5959d836a0f404ebad64

0 comments on commit 32291c9

Please sign in to comment.