Skip to content

Commit

Permalink
pom cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
furszy committed Aug 26, 2017
1 parent 0414679 commit 36f30b5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
</parent>

<artifactId>dashj-core</artifactId>
<artifactId>pivxj-core</artifactId>

<name>dashj</name>
<description>A Java Dash library</description>
<description>A Java Pivx library</description>

<packaging>jar</packaging>

Expand Down
10 changes: 5 additions & 5 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dashj-examples</artifactId>
<artifactId>pivxj-examples</artifactId>

<name>dashj Examples</name>
<description>A collection of examples using the dashj library</description>

<dependencies>
<dependency>
<groupId>org.dashj</groupId>
<artifactId>dashj-core</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions orchid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
<packaging>pom</packaging>

Expand All @@ -27,8 +27,8 @@
<url>scm:git:https://github.com/bitcoinj/darkcoinj</url>
</scm>

<name>dashj Parent</name>
<description>Provides the common configuration for the dashj modules</description>
<name>pivxj Parent</name>
<description>Provides the common configuration for the pivxj modules</description>
<url>http://dash.org/dashj/</url>

<licenses>
Expand All @@ -54,8 +54,8 @@

<distributionManagement>
<repository>
<id>bintray-dash-Dashj</id>
<name>dash-Dashj</name>
<id>bintray-pivx-Pivxj</id>
<name>dash-Pivxj</name>
<url>https://api.bintray.com/maven/dash/Dashj/org.dashj/;publish=1</url>
</repository>
</distributionManagement>
Expand Down
12 changes: 6 additions & 6 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
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.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dashj-tools</artifactId>
<artifactId>pivxj-tools</artifactId>

<name>dashj Tools</name>
<description>A collection of useful tools that use the dashj library to perform wallet operations</description>
<description>A collection of useful tools that use the pivxj library to perform wallet operations</description>

<build>

Expand Down Expand Up @@ -92,8 +92,8 @@

<dependencies>
<dependency>
<groupId>org.dashj</groupId>
<artifactId>dashj-core</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down
12 changes: 6 additions & 6 deletions wallettemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.dashj</groupId>
<artifactId>dashj-parent</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-parent</artifactId>
<version>0.14.3-12.1</version>
</parent>

<groupId>org.dashj</groupId>
<groupId>org.pivxj</groupId>
<artifactId>wallettemplate</artifactId>

<name>dashj Wallet-Template</name>
<name>pivxj Wallet-Template</name>

<build>
<plugins>
Expand Down Expand Up @@ -57,8 +57,8 @@

<dependencies>
<dependency>
<groupId>org.dashj</groupId>
<artifactId>dashj-core</artifactId>
<groupId>org.pivxj</groupId>
<artifactId>pivxj-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 36f30b5

Please sign in to comment.