Skip to content

Commit

Permalink
Update tycho to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov authored and HannesWell committed May 18, 2024
1 parent a0c9318 commit b063542
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
--fail-at-end
-Dtycho.localArtifacts=ignore
-Dtycho.target.pomDependencies=consider
-Dtycho-version=4.0.4
-Dtycho-version=4.0.7
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>

<properties>
<tycho-version>2.7.3</tycho-version>
<tycho-version>4.0.7</tycho-version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.m2e.core/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# To force a version qualifier update add the bug here
Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI
Last update: Wed Mar 22 15:45:13 CST 2023
Update to Tycho 4.0.7
1 change: 1 addition & 0 deletions org.eclipse.m2e.model.edit/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# To force a version qualifier update add the bug here
Update build-qualifier because the compiled byte-code has changed, probably due to newer JDK minor version used in the CI
Update to Tycho 4.0.7
2 changes: 1 addition & 1 deletion org.eclipse.m2e.pde.connector.tests/projects/tycho/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>3.0.0</tycho-version>
<tycho-version>4.0.7</tycho-version>
</properties>

<modules>
Expand Down

0 comments on commit b063542

Please sign in to comment.