diff --git a/.github/workflows/pr-maven-verify.yaml b/.github/workflows/pr-maven-verify.yaml
new file mode 100644
index 000000000..721ce3bfa
--- /dev/null
+++ b/.github/workflows/pr-maven-verify.yaml
@@ -0,0 +1,26 @@
+name: pr-maven-verify
+
+permissions:
+ contents: read
+
+on:
+ pull_request:
+ branches: [ "main", "master" ]
+
+jobs:
+ verify:
+ runs-on: [ ubuntu-22.04 ]
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+
+ - name: Set up JDK
+ uses: actions/setup-java@v4
+ with:
+ java-version: 8
+ distribution: 'temurin'
+ overwrite-settings: false
+ cache: 'maven'
+
+ - name: Build and Test
+ run: mvn --batch-mode --no-transfer-progress clean verify
\ No newline at end of file
diff --git a/assembly/pom.xml b/assembly/pom.xml
index dc69dbcc5..c7f9d7fcf 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -4,7 +4,7 @@
stream-registry-parent
com.homeaway.streamplatform
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/core/pom.xml b/core/pom.xml
index 6c06bdc04..cfdc2191c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
stream-registry-parent
com.homeaway.streamplatform
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/infra-provider-kafka/pom.xml b/infra-provider-kafka/pom.xml
index ef629fb90..752928537 100644
--- a/infra-provider-kafka/pom.xml
+++ b/infra-provider-kafka/pom.xml
@@ -4,7 +4,7 @@
stream-registry-parent
com.homeaway.streamplatform
- 0.5.2
+ 0.5.3-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index a8bcfc49c..fb21deb86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
https://homeaway.github.io/stream-registry/
pom
- 0.5.2
+ 0.5.3-SNAPSHOT
@@ -30,7 +30,7 @@
https://github.com/HomeAway/stream-registry/tree/master
scm:git:ssh://git@github.com/HomeAway/stream-registry.git
scm:git:ssh://git@github.com/HomeAway/stream-registry.git
- v0.5.2
+ v0.5.3-SNAPSHOT
diff --git a/schema-library-events/pom.xml b/schema-library-events/pom.xml
index 012e0e985..ea4b9afb3 100644
--- a/schema-library-events/pom.xml
+++ b/schema-library-events/pom.xml
@@ -5,7 +5,7 @@
stream-registry-parent
com.homeaway.streamplatform
- 0.5.2
+ 0.5.3-SNAPSHOT
schema-library-events