diff --git a/pom.xml b/pom.xml
index 4975241..7c751b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
4.0.0
io.scalecube
- scalecube-parent-pom
+ scalecube-parent
0.2.20-SNAPSHOT
pom
ScaleCube parent project
@@ -22,8 +22,8 @@
https://scalecube.io
- scm:git:https://github.com/scalecube/scalecube-parent.git
- scm:git:https://github.com/scalecube/scalecube-parent.git
+ scm:git:https://github.com/scalecube/${project.artifactId}.git
+ scm:git:https://github.com/scalecube/${project.artifactId}.git
HEAD
@@ -43,7 +43,6 @@
- UTF-8
3.7.0
3.0.1
@@ -61,14 +60,7 @@
google_checks.xml
8.14
-
- scalecube/${project.artifactId}
- 1.4.13
- 1.4.6
- true
- false
-
- ${env.GITHUB_REPOSITORY}
+ UTF-8
@@ -96,39 +88,6 @@
false
-
- maven-jar-plugin
- ${maven-jar-plugin.version}
-
-
-
- true
- lib/
- ${mainClass}
-
-
-
- META-INF/*.SF
-
-
-
-
- maven-dependency-plugin
- ${maven-dependency-plugin.version}
-
-
- package
-
- copy-dependencies
-
-
- false
- ${project.build.directory}/lib
- true
-
-
-
-
org.codehaus.mojo
xml-maven-plugin
@@ -289,87 +248,6 @@
-
-
- com.spotify
- dockerfile-maven-plugin
- ${dockerfile.maven.version}
-
-
- default
-
- build
-
- install
-
-
- ${project.build.finalName}
- ${project.artifactId}
- ${project.version}
-
- latest
-
-
-
- extra-tag
-
- tag
-
- install
-
- ${docker.image.extra-tag}
-
-
-
- push-extra-tags
-
- push
-
- deploy
-
- ${docker.image.extra-tag}
-
-
-
- tag-version
-
- tag
-
- install
-
- ${docker.image.tag}
-
-
-
- deployment
-
- push
-
- deploy
-
- latest
-
-
-
- tag-deployment
-
- push
-
- deploy
-
- ${docker.image.tag}
-
-
-
-
- docker.pkg.github.com/${github.repository}/${project.artifactId}
-
- ${env.GITHUB_ACTOR}
- ${env.GITHUB_TOKEN}
- false
- true
-
-
@@ -394,36 +272,13 @@
-
- SkipDockerGoals
-
- true
-
-
- true
-
-
-
- RunDockerGoals
-
-
- unix
-
-
- /usr/bin/docker
-
-
-
- false
-
-
deploy2Github
github
GitHub Packages
- https://maven.pkg.github.com/scalecube/scalecube-parent
+ https://maven.pkg.github.com/scalecube/${project.artifactId}