Skip to content

Commit

Permalink
Use RemoteLocator Version 0.2.1 and HarcHardware Version 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmartensson committed Mar 16, 2024
1 parent 482c596 commit 5c013f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# run: ./common/scripts/build-harctoolbox-project.sh Girr
# - name: Build Jirc
# run: ./common/scripts/build-harctoolbox-project.sh Jirc
- name: Build RemoteLocator
run: ./common/scripts/build-harctoolbox-project.sh RemoteLocator
- name: Build HarcHardware
run: ./common/scripts/build-harctoolbox-project.sh HarcHardware
# - name: Build RemoteLocator
# run: ./common/scripts/build-harctoolbox-project.sh RemoteLocator
# - name: Build HarcHardware
# run: ./common/scripts/build-harctoolbox-project.sh HarcHardware
- name: Build Tonto
run: ./common/scripts/build-tonto.sh -n
- name: Get JDK/Linux
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<IrpTransmogrifier.version>1.2.13</IrpTransmogrifier.version>
<Girr.version>2.2.13</Girr.version>
<RemoteLocator.version>0.2.1-SNAPSHOT</RemoteLocator.version>
<HarcHardware.version>2.4.1-SNAPSHOT</HarcHardware.version>
<RemoteLocator.version>0.2.1</RemoteLocator.version>
<HarcHardware.version>2.4.1</HarcHardware.version>
</properties>

<profiles>
Expand Down

0 comments on commit 5c013f6

Please sign in to comment.