Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
Updated pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul D Handy committed Jun 9, 2017
1 parent 37eb526 commit a706d34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>groupId</groupId>
<artifactId>iri</artifactId>
<name>IRI</name>
<name>IRI Testnet</name>
<version>1.2.0</version>
<description>IOTA Reference Implementation</description>
<description>Testnet IOTA Reference Implementation</description>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -49,6 +49,7 @@
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -67,6 +68,10 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<show>private</show>
<nohelp>true</nohelp>
</configuration>
</execution>
</executions>
<configuration>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<name>IRI Testnet</name>
<description>Testnet IOTA Reference Implementation</description>

<scm>
<url>https://github.com/iotaledger/iri/</url>
<connection>scm:git:git://github.com/iotaledger/iri.git</connection>
<developerConnection>scm:git:[email protected]/iotaledger/iri.git</developerConnection>
</scm>

<properties>
<java-version>1.8</java-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a706d34

Please sign in to comment.