diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 7e071d5..98c0b32 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -1,7 +1,8 @@ name: Publish package to the Maven Central Repository and GitHub Packages on: - release: - types: [created] + push: + branches: + - main jobs: build: runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 85df395..3dde1b0 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,10 @@ es4j-infrastructure es4j-stack + es4j + A framework based on the vert.x stack that aims to facilitate the implementation of event sourcing + https://github.com/Reef3rm4n/es4j + @@ -23,14 +27,10 @@ 17 UTF-8 3.6.0.1398 - 1.1.0 - 4.1.93.Final 4.4.1 3.4.2 - Reef3rm4n - es4j - main - github + 3.3.0 + 1.6.13 @@ -40,10 +40,14 @@ repo - + git@github.com:Reef3rm4n/es4j.git - https://svn.apache.org/viewvc/maven + scm:git:git://github.com/Reef3rm4n/es4j.git + scm:git:ssh://github.com:Reef3rm4n/es4j.git + https://github.com/Reef3rm4n/es4j + + Benato J @@ -91,6 +95,7 @@ org.apache.maven.plugins maven-source-plugin + ${maven-source-plugin.version} attach-source @@ -103,7 +108,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + ${nexus-staging-maven-plugin.version} true ossrh