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 8d35524 commit 67eb6cbCopy full SHA for 67eb6cb
.github/workflows/mavenpublish.yml
@@ -11,6 +11,6 @@ jobs:
11
with:
12
java-version: 1.8
13
- name: Publish package
14
- run: mvn -B deploy --file MpcMaid/pom.xml -s $GITHUB_WORKSPACE/settings.xml
+ run: mvn -B deploy --file MpcMaid/pom.xml
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MpcMaid/pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.mpcmaid</groupId>
5
<artifactId>mpcmaid</artifactId>
6
- <version>1.0-SNAPSHOT</version>
+ <version>1.0-RC1</version>
7
<properties>
8
<maven.compiler.source>1.8</maven.compiler.source>
9
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments