diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9130d03..d1b93af 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
name: production
url: https://repo.andrei1058.dev
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
@@ -37,7 +37,7 @@ jobs:
curl -X PUT https://api.andrei1058.dev/v1/resources/4/versioning/commit -H "Accept: application/json" -H "Authorization: Bearer ${{ secrets.ANDEV_API_TOKEN }}" -H "Content-Type: application/json" --data '{"confirmation": true}' >> version.json
echo "UPDATE_VERSION=$UPDATE_VERSION" >> $GITHUB_ENV
- name: Create Tag
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
name: ${{env.UPDATE_VERSION}}
diff --git a/sidebar-base/pom.xml b/sidebar-base/pom.xml
index 35d3b1b..2a73b91 100644
--- a/sidebar-base/pom.xml
+++ b/sidebar-base/pom.xml
@@ -32,4 +32,29 @@
+
+
+
+
+ maven-deploy-plugin
+
+ false
+
+
+
+ maven-javadoc-plugin
+
+ false
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 20
+ 20
+
+
+
+
\ No newline at end of file
diff --git a/sidebar-cmn1/pom.xml b/sidebar-cmn1/pom.xml
index e01a7f0..547f0f9 100644
--- a/sidebar-cmn1/pom.xml
+++ b/sidebar-cmn1/pom.xml
@@ -40,4 +40,15 @@
provided
+
+
+
+
+ maven-javadoc-plugin
+
+ true
+
+
+
+
\ No newline at end of file