diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000..b767441
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,17 @@
+name: CI/CD
+
+on:
+ push:
+ branches:
+ - master
+ tags:
+ - v[0-9]+.[0-9]+**
+ pull_request:
+ branches:
+ - master
+
+jobs:
+ build:
+ uses: aktin/aktin-github-scripts/.github/workflows/maven-build-deploy.yml@main
+ with:
+ java-version: 8
diff --git a/.gitignore b/.gitignore
index 52b1907..03fc5c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,5 @@
.project
target/
.idea
-*.iml
\ No newline at end of file
+*.iml
+.flattened-pom.xml
diff --git a/pom.xml b/pom.xml
index f034216..a373988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.aktin
aktin
- 0.12
+ ${revision}
github.com