Step 1: Update pom descriptors

This commit is contained in:
langerhans
2014-10-18 19:16:39 +02:00
parent bb368c9543
commit e73ff6b53c
7 changed files with 44 additions and 42 deletions

View File

@@ -19,21 +19,21 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-parent</artifactId>
<groupId>com.dogecoin</groupId>
<artifactId>dogecoinj-parent</artifactId>
<version>0.13-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bitcoinj-examples</artifactId>
<artifactId>dogecoinj-examples</artifactId>
<name>bitcoinj Examples</name>
<description>A collection of examples using the bitcoinj library</description>
<name>dogecoinj Examples</name>
<description>A collection of examples using the dogecoinj library</description>
<dependencies>
<dependency>
<groupId>org.bitcoinj</groupId>
<artifactId>bitcoinj-core</artifactId>
<groupId>com.dogecoin</groupId>
<artifactId>dogecoinj-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>