Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rquinio1A committed Dec 6, 2020
1 parent e93dd37 commit c479ff3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amadeus.asciidoc</groupId>
<artifactId>asciidoctor-extension-apidoc</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>asciidoctor-extension-apidoc</name>
Expand Down Expand Up @@ -220,7 +220,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ mvn versions:commit
git add .
git commit -m "Release $VERSION"
git tag -a v$VERSION -m "v$VERSION"
mvn versions:set -DnewVersion=1.0-SNAPSHOT
mvn versions:set -DnewVersion=1.1-SNAPSHOT
git add .
git commit -m "Prepare for next development iteration"

0 comments on commit c479ff3

Please sign in to comment.