diff --git a/.github/workflows/util.yml b/.github/workflows/util.yml
index fb71249da0..85b42a66de 100644
--- a/.github/workflows/util.yml
+++ b/.github/workflows/util.yml
@@ -16,6 +16,7 @@ on:
pull_request:
paths:
- parent/**
+ - testsupport/**
- versioning/**
- util/**
- .github/workflows/util.yml
@@ -47,6 +48,9 @@ jobs:
- name: Build parent
shell: bash
run: mvn -V -U -e -B -ntp clean install -f parent
+ - name: Build testsupport
+ shell: bash
+ run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport
- name: Build versioning
shell: bash
run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f versioning
diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml
index 8a74023315..54f79643fd 100644
--- a/.github/workflows/versioning.yml
+++ b/.github/workflows/versioning.yml
@@ -16,6 +16,7 @@ on:
pull_request:
paths:
- parent/**
+ - testsupport/**
- versioning/**
- .github/workflows/versioning.yml
push:
@@ -38,6 +39,17 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v7
+ - name: Set up Java 8
+ uses: actions/setup-java@v5
+ with:
+ distribution: 'temurin'
+ java-version: 8
+ - name: Build parent
+ shell: bash
+ run: mvn -V -U -e -B -ntp clean install -f parent
+ - name: Build testsupport
+ shell: bash
+ run: mvn -V -U -e -B -ntp -Dmaven.test.skip=true clean install -f testsupport
- name: Set up Java
uses: actions/setup-java@v5
with:
diff --git a/util/pom.xml b/util/pom.xml
index 47516bc634..a24d0286f4 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.0
+ 3.0.1-SNAPSHOT
../parent/pom.xml
@@ -65,7 +65,7 @@
0.3.2-SNAPSHOT
3.12.0
- 1.0.0
+ 2.0.0-SNAPSHOT
3.23.100
diff --git a/versioning/versioning-checker/pom.xml b/versioning/versioning-checker/pom.xml
index 2ba7b788b8..aa853cdb2c 100644
--- a/versioning/versioning-checker/pom.xml
+++ b/versioning/versioning-checker/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.0
+ 3.0.1-SNAPSHOT
../../parent/pom.xml
@@ -61,7 +61,7 @@
9.10.1
3.3.1
- 1.0.0
+ 2.0.0-SNAPSHOT
1.1.0
diff --git a/versioning/versioning-plugin/pom.xml b/versioning/versioning-plugin/pom.xml
index cf75b33eb3..cdc963182c 100644
--- a/versioning/versioning-plugin/pom.xml
+++ b/versioning/versioning-plugin/pom.xml
@@ -24,7 +24,7 @@
org.apache.aries
parent
- 3.0.0
+ 3.0.1-SNAPSHOT
../../parent/pom.xml