Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AXONE-IO committed May 4, 2023
1 parent 1e7eba0 commit 6e3f3cb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- default
volumes:
- gateway_data:/usr/local/bin/ignition/data
- ./modules/Git-1.0.1.modl:/usr/local/bin/ignition/user-lib/modules/Git-1.0.1.modl
- ./modules/Git-1.0.2.modl:/usr/local/bin/ignition/user-lib/modules/Git-1.0.2.modl
- ./gw-init/git.conf:/usr/local/bin/ignition/data/git.conf
secrets:
- gateway-git-user-secret
Expand All @@ -35,4 +35,4 @@ secrets:
file: gw-secrets/GATEWAY_ADMIN_PASSWORD

volumes:
gateway_data:
gateway_data:
2 changes: 1 addition & 1 deletion docker/gw-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG SUPPLEMENTAL_MQTTDISTRIBUTOR_DOWNLOAD_URL="https://files.inductiveautomation
ARG SUPPLEMENTAL_MQTTDISTRIBUTOR_DOWNLOAD_SHA256="5c81be13a9f749899825a99a109502c1eb28be940d060301a1ddf9967d488f9e"
ARG SUPPLEMENTAL_MQTTDISTRIBUTORNIGHTLY_DOWNLOAD_URL="https://ignition-modules-nightly.s3.amazonaws.com/Ignition8/MQTT-Distributor-signed.modl"
ARG SUPPLEMENTAL_MQTTDISTRIBUTORNIGHTLY_DOWNLOAD_SHA256="notused"
ARG SUPPLEMENTAL_GIT_DOWNLOAD_URL="https://www.axone-io.com/Files/Modules/GIT/1.0.1/doc/module/Git-1.0.1.modl"
ARG SUPPLEMENTAL_GIT_DOWNLOAD_URL="https://www.axone-io.com/Files/Modules/GIT/1.0.2/doc/module/Git-1.0.2.modl"
ARG SUPPLEMENTAL_GIT_DOWNLOAD_SHA256="notused"
ARG SUPPLEMENTAL_MODULES

Expand Down
2 changes: 1 addition & 1 deletion git-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>com.axone_io.ignition</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>git-build</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion git-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>com.axone_io.ignition</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>git-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion git-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>com.axone_io.ignition</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>git-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion git-designer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>com.axone_io.ignition</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>git-designer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion git-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>git</artifactId>
<groupId>com.axone_io.ignition</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>git-gateway</artifactId>
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>com.axone_io.ignition</groupId>
<artifactId>git</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Exporting gateway configuration is simplified or even automated.
- Commissioning configuration file for easy deployment.<br/>

## Module Documentation
You can find the documentation of the module [HERE](https://www.axone-io.com/Files/Modules/GIT/1.0.1/doc/index.html), depending on its version.
You can find the documentation of the module [HERE](https://www.axone-io.com/Files/Modules/GIT/1.0.2/doc/index.html), depending on its version.

You will also find a download link to the signed version of the module.

Expand Down

0 comments on commit 6e3f3cb

Please sign in to comment.