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

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: David Fuelling <[email protected]>
  • Loading branch information
sappenin committed Nov 28, 2019
1 parent 9b674c8 commit 430637d
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Modules in this library can be included in your Maven project by adding the Mave
<dependency>
<groupId>org.interledger</groupId>
<artifactId>ilp-core</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
</dependency>
...
</dependencies>
Expand All @@ -120,7 +120,7 @@ Modules in this library can be included in your Gradle project by adding the Mav
```
dependencies {
...
compile group: 'org.interledger', name: 'ilp-core', version: '1.0.0'
compile group: 'org.interledger', name: 'ilp-core', version: '1.0.2'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion btp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quilt-parent</artifactId>
<groupId>org.interledger</groupId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/codecs-btp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>codecs-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/codecs-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>codecs-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/codecs-ildcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>codecs-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/codecs-ilp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>codecs-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/codecs-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>codecs-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codecs-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples-parent/send-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>examples-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ildcp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>quilt-parent</artifactId>
<groupId>org.interledger</groupId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ilp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jackson-datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion link-parent/link-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>link-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion link-parent/link-ilp-over-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>link-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion link-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quilt-parent</artifactId>
<groupId>org.interledger</groupId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<packaging>pom</packaging>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>

<name>Hyperledger Quilt Parent</name>
<description>Parent project for Hyperledger Quilt modules.</description>
Expand Down
2 changes: 1 addition & 1 deletion quilt-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>quilt-parent</artifactId>
<groupId>org.interledger</groupId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spsp-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spsp-parent/spsp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>spsp-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spsp-parent/spsp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>spsp-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion stream-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>quilt-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion stream-parent/stream-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>stream-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion stream-parent/stream-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.interledger</groupId>
<artifactId>stream-parent</artifactId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion stream-parent/stream-receiver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>stream-parent</artifactId>
<groupId>org.interledger</groupId>
<version>HEAD-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 430637d

Please sign in to comment.