diff --git a/.circleci/config.yml b/.circleci/config.yml
index afb06fd9..4a724d9b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,8 +48,9 @@ jobs:
git config --global user.email "envoy-bot@users.noreply.github.com"
git config --global user.name "envoy-bot"
mvn -B -s .circleci/settings.xml release:prepare -Darguments="-s .circleci/settings.xml" -DreleaseVersion=$RELEASE -DdevelopmentVersion=$NEXT -DscmCommentPrefix="release: "
+ mvn -B -s .circleci/settings.xml release:perform -Darguments="-s .circleci/settings.xml -pl '!test'"
else
- mvn -B -s .circleci/settings.xml deploy
+ mvn -B -s .circleci/settings.xml deploy -pl '!test'
fi
elif [[ -n "${DEPLOY_BRANCH}" ]]; then
echo $GPG_KEY | base64 --decode > signing-key
diff --git a/api/pom.xml b/api/pom.xml
index 79f6c572..5695d833 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -4,11 +4,12 @@
java-control-plane
- io.envoyproxy.controlplane
- 1.0.52-SNAPSHOT
+ io.github.ovadiagal
+ 0.0.1-test
api
+ api
true
diff --git a/cache/pom.xml b/cache/pom.xml
index ab03820d..f954a830 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -4,11 +4,12 @@
java-control-plane
- io.envoyproxy.controlplane
- 1.0.52-SNAPSHOT
+ io.github.ovadiagal
+ 0.0.1-test
cache
+ cache
@@ -37,9 +38,9 @@
- io.envoyproxy.controlplane
+ io.github.ovadiagal
api
- 1.0.52-SNAPSHOT
+ 0.0.1-test
diff --git a/pom.xml b/pom.xml
index e5139c11..a32b1ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
4.0.0
- io.envoyproxy.controlplane
+ io.github.ovadiagal
java-control-plane
- 1.0.52-SNAPSHOT
+ 0.0.1-test
pom
diff --git a/server/pom.xml b/server/pom.xml
index bd8e1869..4fa7d82c 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -4,17 +4,18 @@
java-control-plane
- io.envoyproxy.controlplane
- 1.0.52-SNAPSHOT
+ io.github.ovadiagal
+ 0.0.1-test
server
+ server
- io.envoyproxy.controlplane
+ io.github.ovadiagal
cache
- 1.0.52-SNAPSHOT
+ 0.0.1-test
diff --git a/test/pom.xml b/test/pom.xml
index 7017e379..a223f0e8 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -4,28 +4,27 @@
java-control-plane
- io.envoyproxy.controlplane
- 1.0.52-SNAPSHOT
+ io.github.ovadiagal
+ 0.0.1-test
test
true
- true
- io.envoyproxy.controlplane
+ io.github.ovadiagal
cache
- 1.0.52-SNAPSHOT
+ 0.0.1-test
- io.envoyproxy.controlplane
+ io.github.ovadiagal
server
- 1.0.52-SNAPSHOT
+ 0.0.1-test