Skip to content

Commit

Permalink
Fixed demos for testing by using a released non-snapshot tycho version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ribafish authored and laeubi committed Dec 30, 2023
1 parent 64b3ccf commit 2df0105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/testing/bnd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0</version>
<properties>
<target-platform>https://download.eclipse.org/releases/2022-12/</target-platform>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
<tycho-version>4.0.4</tycho-version>
<bnd-version>6.4.0</bnd-version>
</properties>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion demo/testing/surefire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0</version>
<properties>
<target-platform>https://download.eclipse.org/releases/2022-12/</target-platform>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
<tycho-version>4.0.4</tycho-version>
<surefire-plugin-version>3.0.0-M7</surefire-plugin-version>
</properties>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion demo/testing/tycho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>1.0.0</version>
<properties>
<target-platform>https://download.eclipse.org/releases/2022-12/</target-platform>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
<tycho-version>4.0.4</tycho-version>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 2df0105

Please sign in to comment.