Skip to content

Commit

Permalink
Updated jbake-core dependency and removed Asciidoctorj and Freemarker
Browse files Browse the repository at this point in the history
dependencies.
  • Loading branch information
jonbullock committed Mar 22, 2018
1 parent 62f3806 commit a41ad66
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions 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.2.0</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<prerequisites>
Expand Down Expand Up @@ -38,6 +38,11 @@
<name>Aldrin Leal</name>
<timezone>-3</timezone>
</developer>
<developer>
<id>jonbullock</id>
<name>Jonathan Bullock</name>
<timezone>0</timezone>
</developer>
</developers>

<issueManagement>
Expand Down Expand Up @@ -113,7 +118,7 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.22</version>
Expand All @@ -122,15 +127,15 @@
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.2</version>
</dependency>
</dependency> -->
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jbake</groupId>
<artifactId>jbake-core</artifactId>
<version>2.4.0</version>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit a41ad66

Please sign in to comment.