Skip to content

Commit

Permalink
Renamed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Oct 24, 2017
1 parent 36e251d commit 64bf53d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Log4J extras
===
[ ![Download](https://api.bintray.com/packages/obsidiandynamics/log4j-extras/log4j-extras-json/images/download.svg) ](https://bintray.com/obsidiandynamics/log4j-extras/log4j-extras-json/_latestVersion)
[ ![Download](https://api.bintray.com/packages/obsidiandynamics/log4j-extras/log4jextras-json/images/download.svg) ](https://bintray.com/obsidiandynamics/log4j-extras/log4jextras-json/_latestVersion)

Log4J addons/modules comprising:

Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'

group = 'com.obsidiandynamics.log4jextras'
version = '0.2.0-SNAPSHOT'
version = '0.2.0'

def envUser = 'BINTRAY_USER'
def envKey = 'BINTRAY_KEY'
Expand Down Expand Up @@ -72,6 +72,7 @@ allprojects {

subprojects {
dependencies {
testCompile project(':')
testCompile project(':').sourceSets.test.output
}
}
Expand Down Expand Up @@ -102,7 +103,7 @@ task jacocoRootReport(type: JacocoReport) {
}
}

def packageName = 'log4j-extras-core'
def packageName = 'log4jextras-core'

jar {
baseName packageName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import static org.junit.Assert.*;

import com.obsidiandynamics.log4jextras.*;
import org.apache.log4j.*;
import org.junit.*;
import com.obsidiandynamics.log4jextras.*;

/**
* Adapted from https://github.com/michaeltandy/log4j-json.
Expand Down

0 comments on commit 64bf53d

Please sign in to comment.