diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..fb341f6
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,18 @@
+name: Alfresco ROOT Web Application CI
+
+on:
+ pull_request:
+ branches:
+ - master
+ push:
+ branches:
+ - master
+ workflow_dispatch:
+
+jobs:
+ build_and_release:
+ name: "Build and Release"
+ uses: Alfresco/alfresco-build-tools/.github/workflows/build-and-release-maven.yml@v2.6.0
+ secrets: inherit
+ with:
+ build-args: "-Dmaven.javadoc.skip=true"
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 14a4dc9..9f27dd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
alfresco-server-root
Alfresco ROOT Web Application
- 6.1-SNAPSHOT
+ 7.0-SNAPSHOT
war