We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929a222 commit a85b25bCopy full SHA for a85b25b
.github/workflows/release.yml
@@ -2,6 +2,8 @@ name: Publish package to the Maven Central Repository
2
on:
3
push:
4
tags: [ "*" ]
5
+ branches:
6
+ - snapshot
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
pom.xml
@@ -59,7 +59,7 @@
59
</modules>
60
61
<properties>
62
- <revision>1.3.0-SNAPSHOT</revision>
+ <revision>2.0.0-SNAPSHOT</revision>
63
<maven.compiler.source>8</maven.compiler.source>
64
<maven.compiler.target>8</maven.compiler.target>
65
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments