Skip to content

Commit

Permalink
Align netbeans version to jdplus-main version
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 4, 2024
1 parent 4b2d63b commit d30fa00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: "eu.europa.ec.joinup.sat:*"
- dependency-name: "org.netbeans.api:*"
- package-ecosystem: "github-actions"
target-branch: "develop"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<!-- dependencies -->
<netbeans.version>RELEASE230</netbeans.version>
<netbeans.version>${jdplus-main-netbeans.version}</netbeans.version>
</properties>

<modules>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

<!-- dependencies -->
<jdplus-main.version>3.1.1</jdplus-main.version>
<jdplus-main-netbeans.version>RELEASE190</jdplus-main-netbeans.version>
<sdmx-dl.version>3.0.0-beta.13</sdmx-dl.version>
</properties>

Expand Down

0 comments on commit d30fa00

Please sign in to comment.