Skip to content

Commit

Permalink
Release v3.27.0-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed May 1, 2024
1 parent 9443b9d commit dabee24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ release :
-DnexusUrl=https://oss.sonatype.org/ \
-DserverId=sonatype-nexus-staging \
-DstagingDescription='$(VERSION)' \
-DkeepStagingRepositoryOnCloseRuleFailure=true
-DkeepStagingRepositoryOnCloseRuleFailure=true \
-DskipStagingRepositoryClose=true

install :
$(MVN) nar:nar-prepare-package nar:nar-package jar:jar install:install
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.liblouis</groupId>
<artifactId>louis</artifactId>
<version>3.27.0-p2-SNAPSHOT</version>
<version>3.27.0-p2</version>
<packaging>nar</packaging>
<name>liblouis-nar</name>
<description>liblouis packaged in a NAR (Native ARchive).</description>
Expand Down

0 comments on commit dabee24

Please sign in to comment.