Skip to content

Commit

Permalink
Prepare v2.2.0 release in MavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jul 19, 2021
1 parent 139fcde commit 003085e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co

== Unreleased


== v2.2.0 (2021-07-19)

Improvements::

* Allow running a refresh build on included sources (for `auto-refresh` & `http` mojos) (#542)
Expand All @@ -34,6 +37,7 @@ Build / Infrastructure::
* Upgrade Asciidoctorj to v2.5.1 (#534)
* Added 'Asciidoctor' organization to pom (#539)
* Remove AppVeyor CI build (#540)
* Update `distributionManagement` to deploy directly without Bintray (#544)

Maintenance::

Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Asciidoctor Maven Plugin
// Metadata
:release-version: 2.1.0
:release-version: 2.2.0
:docs-version: 2.1
:maven-site-plugin-version: 3.9.0
// Settings
Expand Down
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@
<executable>gpg2</executable>
<keyname>${gpg.keyname}</keyname>
<passphrase>${gpg.passphrase}</passphrase>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -467,10 +471,13 @@
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>bintray-asciidoctor-maven-asciidoctor-maven-plugin</id>
<name>asciidoctor-maven-asciidoctor-maven-plugin</name>
<url>https://api.bintray.com/maven/asciidoctor/maven/asciidoctor-maven-plugin</url>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 003085e

Please sign in to comment.