Skip to content

Commit

Permalink
Adaptation for eclipse 2024-06
Browse files Browse the repository at this point in the history
bump some utility dependencies
  • Loading branch information
bvfalcon committed Jun 14, 2024
1 parent ce728a6 commit e6360b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Update-site URL | Description
----------------|------------
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse-repo/ | **Kotlin for Eclipse 2020-09 and later**
  |  
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2024-06/ | Last version Kotlin for Eclipse 2024-06
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2024-03/ | Last version Kotlin for Eclipse 2024-03
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-09/ | Last version Kotlin for Eclipse 2023-09
https://s3.eu-central-1.amazonaws.com/github.bvfalcon/kotlin-eclipse/eclipse-releases/2023-06/ | Last version Kotlin for Eclipse 2023-06
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
</modules>

<properties>
<tycho.version>4.0.4</tycho.version>
<tycho.version>4.0.8</tycho.version>

<eclipse-repo.url>http://download.eclipse.org/releases/2024-03</eclipse-repo.url>
<eclipse-repo.url>http://download.eclipse.org/releases/2024-06</eclipse-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<ajdt-eclipse-repo.url>http://download.eclipse.org/tools/ajdt/423/dev/update</ajdt-eclipse-repo.url>
<buildship-repo.url>http://download.eclipse.org/buildship/updates/e423/releases/3.x</buildship-repo.url>
<ajdt-eclipse-repo.url>http://download.eclipse.org/tools/ajdt/431/dev/update</ajdt-eclipse-repo.url>
<buildship-repo.url>http://download.eclipse.org/buildship/updates/e427/releases/3.x</buildship-repo.url>

<kotlin.version>1.8.10</kotlin.version>

<weaving-hook.version>1.3.200</weaving-hook.version>
<weaving-hook.version>1.3.300</weaving-hook.version>
</properties>

<repositories>
Expand Down Expand Up @@ -202,7 +202,7 @@
<baselineReplace>none</baselineReplace>
<baselineRepositories>
<repository>
<url>https://download.eclipse.org/eclipse/updates/4.31</url>
<url>https://download.eclipse.org/eclipse/updates/4.32</url>
</repository>
</baselineRepositories>
</configuration>
Expand Down

0 comments on commit e6360b0

Please sign in to comment.