Skip to content

Commit

Permalink
Merge pull request #24 from IDSIA/dev
Browse files Browse the repository at this point in the history
Version 1.6.2 (minor)
  • Loading branch information
cbonesana authored Apr 3, 2023
2 parents 3db757d + fc31d3d commit a52545a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish Docker image

on:
[release]
release:
types:
- published

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion AdapQuestBackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion AdapQuestExchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion AdapQuestExperiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>adapquest</artifactId>
<groupId>ch.idsia.adaptive</groupId>
<version>1.6.1</version>
<version>1.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>ch.idsia.adaptive</groupId>
<artifactId>adapquest</artifactId>
<packaging>pom</packaging>
<version>1.6.1</version>
<version>1.6.2</version>
<modules>
<module>AdapQuestBackend</module>
<module>AdapQuestExchange</module>
Expand All @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<adapquest.version>1.6.1</adapquest.version>
<adapquest.version>${version}</adapquest.version>
</properties>

<build>
Expand Down

0 comments on commit a52545a

Please sign in to comment.