diff --git a/ethereumj-core/pom.xml b/ethereumj-core/pom.xml index 537450fa..982c8a02 100644 --- a/ethereumj-core/pom.xml +++ b/ethereumj-core/pom.xml @@ -4,9 +4,9 @@ org.ethereum EthereumJ jar - 0.0.1-SNAPSHOT + 0.1-SNAPSHOT EthereumJ - http://maven.apache.org + http://www.ethereumj.org UTF-8 @@ -18,60 +18,57 @@ - - io.netty - netty-all - 4.0.17.Final - + + io.netty + netty-all + 4.0.17.Final + junit junit ${junit.version} test - + - com.madgag.spongycastle - core - ${spongycastle.version} + com.madgag.spongycastle + core + ${spongycastle.version} - - com.fifesoft - rsyntaxtextarea - 2.5.0 - - - com.maxmind.geoip2 - geoip2 - 0.6.0 - - - com.maxmind.geoip - geoip-api - 1.2.11 - - - - org.antlr - antlr - 3.1.3 - - - - - org.antlr - stringtemplate - 3.2.1 - - - - org.python - jython - 2.5.3 - - - + + com.fifesoft + rsyntaxtextarea + 2.5.0 + + + com.maxmind.geoip2 + geoip2 + 0.6.0 + + + com.maxmind.geoip + geoip-api + 1.2.11 + + + org.antlr + antlr + + 3.1.3 + + + + org.antlr + stringtemplate + 3.2.1 + + + org.python + jython + 2.5.3 + + org.slf4j slf4j-jdk14 @@ -84,18 +81,18 @@ slf4j-api ${slf4j.version} - + - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + \ No newline at end of file