Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix poms for releases (#337)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Simpson <[email protected]>
  • Loading branch information
theotherian authored and sappenin committed Oct 10, 2019
1 parent b7d7a03 commit 67e6ea4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ilp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<name>Quilt :: IL-DCP Core</name>
<name>Quilt :: ILP Core</name>
<description>Core libraries for implementing the Interledger suite of protocols.</description>
<artifactId>ilp-core</artifactId>
<packaging>jar</packaging>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- Signing profile for signed distributions -->
<profiles>
<profile>
<id>sign</id>
<id>release</id>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -71,6 +71,7 @@

<scm>
<connection>scm:git:git://github.com/hyperledger/quilt.git</connection>
<url>scm:git:[email protected]:hyperledger/quilt.git</url>
<developerConnection>scm:git:[email protected]:hyperledger/quilt.git</developerConnection>
</scm>

Expand Down Expand Up @@ -659,6 +660,10 @@
<id>ossrh-snapshots-interledger</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh-snapshots-interledger</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 67e6ea4

Please sign in to comment.