diff --git a/README.md b/README.md index c972ed5..9d1fc5e 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,9 @@ If you wish to use [SLF4J](http://slf4j.org) in your Bukkit plugin, or if your p info.ronjenkins slf4bukkit - 0.1.0-SNAPSHOT + 0.1.0 ``` -+ (Optional) Add your desired default configuration values to your plugin's built-in [config.yml](http://rjenkinsjr.github.io/slf4bukkit) file. ++ (Optional) Add your desired default configuration values to your plugin's built-in [config.yml](http://rjenkinsjr.github.io/slf4bukkit) file. For more details, see the Javadocs for the [BukkitPluginLoggerAdapter](http://rjenkinsjr.github.io/slf4bukkit/apidocs/org/slf4j/impl/BukkitPluginLoggerAdapter.html) class. + (Optional) Use the [SLF4J API](http://www.slf4j.org/api/org/slf4j/Logger.html) in your code. Note that SLF4Bukkit does not support markers. - -For more details, see the Javadocs for the [BukkitPluginLoggerAdapter](http://rjenkinsjr.github.io/slf4bukkit/apidocs/org/slf4j/impl/BukkitPluginLoggerAdapter.html) class. diff --git a/pom.xml b/pom.xml index 1f24402..83cd28a 100644 --- a/pom.xml +++ b/pom.xml @@ -13,14 +13,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see . + along with this program. If not, see . --> - + 4.0.0 info.ronjenkins slf4bukkit - 0.1.0-SNAPSHOT + 0.1.0 SLF4Bukkit SLF4J binding that uses Bukkit's plugin logging system. http://rjenkinsjr.github.io/slf4bukkit @@ -42,6 +41,7 @@ scm:git:git://github.com/rjenkinsjr/slf4bukkit.git scm:git:git@github.com:rjenkinsjr/slf4bukkit.git https://github.com/rjenkinsjr/slf4bukkit + 0.1.0