Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.3.6-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed May 25, 2021
1 parent 9a764da commit 3f0f59a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>org.jbake</groupId>
<artifactId>jbake-maven-plugin</artifactId>
<version>0.3.6-SNAPSHOT</version>
<version>0.3.6-rc.2</version>
<packaging>maven-plugin</packaging>

<prerequisites>
Expand Down Expand Up @@ -79,6 +79,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
Expand Down Expand Up @@ -123,6 +127,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.7</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 3f0f59a

Please sign in to comment.