diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 1b9ab20..2d9aaef 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -18,7 +18,7 @@ name: Deploy
on:
push:
- branches: [ master , development ]
+ branches: [ 1.x.x , 1.x.x-development ]
jobs:
verify:
diff --git a/domino-rest-client/pom.xml b/domino-rest-client/pom.xml
index 7f89da0..e9d53f3 100644
--- a/domino-rest-client/pom.xml
+++ b/domino-rest-client/pom.xml
@@ -5,7 +5,7 @@
domino-rest
org.dominokit
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
4.0.0
diff --git a/domino-rest-jaxrs/pom.xml b/domino-rest-jaxrs/pom.xml
index 73e7193..a332ca8 100644
--- a/domino-rest-jaxrs/pom.xml
+++ b/domino-rest-jaxrs/pom.xml
@@ -5,7 +5,7 @@
org.dominokit
domino-rest
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
domino-rest-jaxrs
diff --git a/domino-rest-jvm/pom.xml b/domino-rest-jvm/pom.xml
index 8c11b95..9ae7814 100644
--- a/domino-rest-jvm/pom.xml
+++ b/domino-rest-jvm/pom.xml
@@ -5,7 +5,7 @@
domino-rest
org.dominokit
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
4.0.0
diff --git a/domino-rest-processor/pom.xml b/domino-rest-processor/pom.xml
index 32141f6..9dc41ea 100644
--- a/domino-rest-processor/pom.xml
+++ b/domino-rest-processor/pom.xml
@@ -4,7 +4,7 @@
domino-rest
org.dominokit
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
4.0.0
diff --git a/domino-rest-shared/pom.xml b/domino-rest-shared/pom.xml
index a2f3f5f..40e61e2 100644
--- a/domino-rest-shared/pom.xml
+++ b/domino-rest-shared/pom.xml
@@ -5,7 +5,7 @@
domino-rest
org.dominokit
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
4.0.0
diff --git a/domino-rest-test/pom.xml b/domino-rest-test/pom.xml
index 03c8c3f..c86b494 100644
--- a/domino-rest-test/pom.xml
+++ b/domino-rest-test/pom.xml
@@ -5,7 +5,7 @@
domino-rest
org.dominokit
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index 43050e1..5926af2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.dominokit
domino-rest
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
pom
domino-rest
@@ -69,7 +69,7 @@
- HEAD-SNAPSHOT
+ 1.0.3-SNAPSHOT
1.0.3
11
11
@@ -291,9 +291,9 @@
- master
+ 1.x.x
- development
+ 1.x.x-development