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

Commit

Permalink
Merge pull request #11 from boydjohnson/increment-poms
Browse files Browse the repository at this point in the history
Increment pom versions for tagging of repo
  • Loading branch information
boydjohnson authored Nov 13, 2018
2 parents 1fb1e59 + 6a2885e commit d5e6c44
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/intkey_java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-transaction-processor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/xo_java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-transaction-processor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions sawtooth-sdk-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</parent>

<artifactId>sawtooth-sdk-protos</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>

<name>${project.parent.groupId}:${project.artifactId}</name>
<description>"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"</description>
Expand Down
4 changes: 2 additions & 2 deletions sawtooth-sdk-signing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</parent>

<artifactId>sawtooth-sdk-signing</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>

<name>${project.parent.groupId}:${project.artifactId}</name>
<description>"Java SDK cryptographic tools for signing and verifying header signatures in the Sawtooth distributed ledger"</description>
Expand Down
6 changes: 3 additions & 3 deletions sawtooth-sdk-transaction-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</parent>

<artifactId>sawtooth-sdk-transaction-processor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>

<name>${project.parent.groupId}:${project.artifactId}</name>
<description>"Code necessary to write a Sawtooth transaction processor in Java"</description>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.hyperledger.sawtooth</groupId>
<artifactId>sawtooth-sdk-protos</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>v0.1.2-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d5e6c44

Please sign in to comment.