diff --git a/.github/workflows/mvn-release-prepare-perform.yaml b/.github/workflows/mvn-release-prepare-perform.yaml
index 5a22360..d12a45b 100644
--- a/.github/workflows/mvn-release-prepare-perform.yaml
+++ b/.github/workflows/mvn-release-prepare-perform.yaml
@@ -74,12 +74,12 @@ jobs:
git config --global user.name 'microbean'
echo "::group::Running mvn prepare"
-
+
./mvnw --batch-mode ${MVN_DEBUG} --errors ${MVN_TRANSFER_LOGGING} release:prepare
-DdryRun="${DRY_RUN}"
-Darguments="${MVN_TRANSFER_LOGGING}"
-Dscm.url="${SCM_GIT_HTTPS_URL}"
-
+
scm_tag="$(grep '^scm.tag=' release.properties | cut -f 2 -d =)"
echo "Prepared ${scm_tag}" >> "${GITHUB_STEP_SUMMARY}"
@@ -89,13 +89,13 @@ jobs:
echo "::endgroup::"
echo "::group::Running mvn perform"
-
+
./mvnw --batch-mode ${MVN_DEBUG} --errors ${MVN_TRANSFER_LOGGING} release:perform
- -Darguments="${MVN_TRANSFER_LOGGING} -Dscmpublish.dryRun=${DRY_RUN} -Dscmpublish.pubScmUrl=${SCM_GIT_HTTPS_URL} -DskipTests -DautoPublish=true -DwaitUntil=published"
+ -Darguments="${MVN_TRANSFER_LOGGING} -Dscmpublish.dryRun=${DRY_RUN} -Dscmpublish.pubScmUrl=${SCM_GIT_HTTPS_URL} -DskipTests -DautoPublish=true -DwaitUntil=published -DwaitMaxTime=3600"
-DdryRun="${DRY_RUN}"
-Dgoals="process-classes,post-site,scm-publish:publish-scm,deploy"
-Dscm.url="${SCM_GIT_HTTPS_URL}"
echo "Released ${scm_tag} successfully" >> "${GITHUB_STEP_SUMMARY}";
-
+
echo "::endgroup::"
diff --git a/README.md b/README.md
index 88ee7af..ed5c0a0 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ as a Maven dependency:
Always check https://search.maven.org/artifact/org.microbean/microbean-construct
for up-to-date available versions.
-->
- 0.0.14
+ 0.0.15
```
diff --git a/pom.xml b/pom.xml
index b351d80..c54eab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,14 +52,6 @@
-
-
-
Github Pages
microBean™ Construct Site
@@ -106,10 +98,8 @@
true
false
-
-
-
-
+
+ ${project.name} v${project.version}
UTF8
@@ -206,7 +196,6 @@
maven-gpg-plugin
-
3.2.7
@@ -234,7 +223,6 @@
maven-release-plugin
-
3.1.1
@@ -288,27 +276,6 @@
jandex-maven-plugin
3.3.1
-
-
org.sonatype.central
central-publishing-maven-plugin
@@ -360,13 +327,6 @@
-
-
org.sonatype.central
central-publishing-maven-plugin