Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vanmeerbeck committed Aug 25, 2020
1 parent 933df64 commit 0a486cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use the Hyperledger Fabric Spring Boot Starter in your projects you can inclu
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions hyperledger-fabric-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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>
<artifactId>hyperledger-fabric-spring-boot-autoconfigure</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<name>hyperledger-fabric-spring-boot-autoconfigure</name>

<parent>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hyperledger-fabric-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
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>
<artifactId>hyperledger-fabric-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<name>hyperledger-fabric-spring-boot-starter</name>

<parent>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot</artifactId>
<version>1.0.0-RELEASE</version>
<version>1.0.1-RELEASE</version>
<packaging>pom</packaging>

<name>hyperledger-fabric-spring-boot</name>
Expand Down

0 comments on commit 0a486cd

Please sign in to comment.