Skip to content

Commit

Permalink
Another attempt to work around the deficiencies of the maven-source-p…
Browse files Browse the repository at this point in the history
…lugin version 3.3.0 (#6)

Signed-off-by: Laird Nelson <[email protected]>
  • Loading branch information
ljnelson authored Dec 21, 2023
1 parent 5b467af commit 35ea623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-release-prepare-perform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
mvn --batch-mode ${MVN_DEBUG} --errors ${MVN_TRANSFER_LOGGING} release:perform
-Darguments="${MVN_TRANSFER_LOGGING} -Dscmpublish.dryRun=${DRY_RUN} -Dscmpublish.pubScmUrl=${SCM_GIT_HTTPS_URL} -DskipTests -DstagingProfileId=${SONATYPE_OSSRH_STAGING_PROFILE_ID}"
-DdryRun="${DRY_RUN}"
-Dgoals="verify,post-site,scm-publish:publish-scm,deploy"
-Dgoals=process-classes,post-site,scm-publish:publish-scm,deploy"
-Dscm.url="${SCM_GIT_HTTPS_URL}"
|
tee /dev/fd/3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Maven dependency:
<groupId>org.microbean</groupId>
<artifactId>microbean-lang</artifactId>
<!-- Always check https://search.maven.org/artifact/org.microbean/microbean-lang for up-to-date available versions. -->
<version>0.0.4</version>
<version>0.0.5</version>
</dependency>
```

Expand Down

0 comments on commit 35ea623

Please sign in to comment.