Skip to content

Commit 67eb6cb

Browse files
committed
Release 1.0-RC1
1 parent 8d35524 commit 67eb6cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
java-version: 1.8
1313
- name: Publish package
14-
run: mvn -B deploy --file MpcMaid/pom.xml -s $GITHUB_WORKSPACE/settings.xml
14+
run: mvn -B deploy --file MpcMaid/pom.xml
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

MpcMaid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mpcmaid</groupId>
55
<artifactId>mpcmaid</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0-RC1</version>
77
<properties>
88
<maven.compiler.source>1.8</maven.compiler.source>
99
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)