Skip to content

Commit 6b68e0d

Browse files
authored
Merge pull request #171 from mercyblitz/dev
Dev
2 parents d2a52ff + 30dd5b8 commit 6b68e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-Drevision=${{ inputs.revision }}
4545
-Dgpg.skip=true
4646
deploy
47-
--activate-profiles release,ci
47+
--activate-profiles publish,ci
4848
env:
4949
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
5050
MAVEN_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.microsphere-projects</groupId>
88
<artifactId>microsphere-build</artifactId>
9-
<version>0.1.3</version>
9+
<version>0.2.0</version>
1010
</parent>
1111

1212
<groupId>io.github.microsphere-projects</groupId>

0 commit comments

Comments
 (0)