Change website in pom.xml

This commit is contained in:
nicksavers 2014-05-05 01:07:44 +02:00
parent 4f4a355130
commit f4ae933ab3
1 changed files with 57 additions and 60 deletions

View File

@ -4,9 +4,9 @@
<groupId>org.ethereum</groupId> <groupId>org.ethereum</groupId>
<artifactId>EthereumJ</artifactId> <artifactId>EthereumJ</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.0.1-SNAPSHOT</version> <version>0.1-SNAPSHOT</version>
<name>EthereumJ</name> <name>EthereumJ</name>
<url>http://maven.apache.org</url> <url>http://www.ethereumj.org</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Third-party dependencies --> <!-- Third-party dependencies -->
@ -50,28 +50,25 @@
<artifactId>geoip-api</artifactId> <artifactId>geoip-api</artifactId>
<version>1.2.11</version> <version>1.2.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>antlr</artifactId> <artifactId>antlr</artifactId>
<!-- Using older version for jython compatibility -->
<version>3.1.3</version> <version>3.1.3</version>
<!-- <version>3.5.2</version> --> <!-- <version>3.5.2</version> -->
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.antlr</groupId> <groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId> <artifactId>stringtemplate</artifactId>
<version>3.2.1</version> <version>3.2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.python</groupId> <groupId>org.python</groupId>
<artifactId>jython</artifactId> <artifactId>jython</artifactId>
<version>2.5.3</version> <version>2.5.3</version>
</dependency> </dependency>
<!-- Consumers are expected to provide their own SLF4J adapters such as
<!-- Consumers are expected to provide their own SLF4J adapters logback, slf4j-log4j12, slf4j-jcl and so on see http://www.slf4j.org/faq.html -->
such as logback, slf4j-log4j12, slf4j-jcl and so on see http://www.slf4j.org/faq.html -->
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId> <artifactId>slf4j-jdk14</artifactId>