Skip to content

Commit

Permalink
Merge pull request #35 from jmini/patch-7
Browse files Browse the repository at this point in the history
Update dependencies to the latest version
  • Loading branch information
mojavelinux committed Dec 11, 2015
2 parents 1787b56 + cb87bff commit 0b50187
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 46 deletions.
9 changes: 8 additions & 1 deletion asciidoc-maven-site-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -33,6 +34,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
Expand Down
12 changes: 6 additions & 6 deletions asciidoc-multiple-inputs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.pdf.version>1.5.0-alpha.10.1</asciidoctorj.pdf.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -25,22 +27,20 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.9</version>
<version>${asciidoctorj.pdf.version}</version>
</dependency>
<!-- Comment this section to use the default jruby artifact provided by the plugin -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<!-- Attributes common to all output formats -->
Expand Down
9 changes: 4 additions & 5 deletions asciidoc-to-html-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -28,14 +29,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
9 changes: 4 additions & 5 deletions asciidoc-to-revealjs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<project.slides.directory>${project.build.directory}/generated-slides</project.slides.directory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
<revealjs.version>3.1.0</revealjs.version>
<asciidoctor-revealjs.version>master</asciidoctor-revealjs.version>
</properties>
Expand Down Expand Up @@ -64,14 +65,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
14 changes: 7 additions & 7 deletions asciidoctor-diagram-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
<rubygems.asciidoctor.diagram.version>1.3.1</rubygems.asciidoctor.diagram.version>
</properties>

<repositories>
Expand All @@ -31,7 +33,7 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>asciidoctor-diagram</artifactId>
<version>1.2.1</version>
<version>${rubygems.asciidoctor.diagram.version}</version>
<type>gem</type>
<scope>provided</scope>
<exclusions>
Expand All @@ -51,7 +53,7 @@
<version>1.0.10</version>
<configuration>
<!-- align JRuby version with AsciidoctorJ to avoid redundant downloading -->
<jrubyVersion>1.7.9</jrubyVersion>
<jrubyVersion>${jruby.version}</jrubyVersion>
<gemHome>${project.build.directory}/gems</gemHome>
<gemPath>${project.build.directory}/gems</gemPath>
</configuration>
Expand All @@ -74,14 +76,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
12 changes: 6 additions & 6 deletions asciidoctor-pdf-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.pdf.version>1.5.0-alpha.10.1</asciidoctorj.pdf.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -25,22 +27,20 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
<version>1.5.0-alpha.9</version>
<version>${asciidoctorj.pdf.version}</version>
</dependency>
<!-- Comment this section to use the default jruby artifact provided by the plugin -->
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
9 changes: 4 additions & 5 deletions docbook-pipeline-docbkx-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -28,14 +29,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
9 changes: 4 additions & 5 deletions docbook-pipeline-jdocbook-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<repositories>
Expand Down Expand Up @@ -41,14 +42,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<jruby.version>9.0.4.0</jruby.version>
</properties>

<build>
Expand All @@ -34,14 +35,12 @@
<artifactId>jruby-complete</artifactId>
<version>${jruby.version}</version>
</dependency>
<!-- Uncomment the following element to override the version of AsciidoctorJ -->
<!--
<!-- Comment this section to use the default AsciidoctorJ artifact provided by the plugin -->
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.3-SNAPSHOT</version>
<version>${asciidoctorj.version}</version>
</dependency>
-->
</dependencies>
<configuration>
<sourceDirectory>src/docs/asciidoc</sourceDirectory>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<asciidoctor.maven.plugin.version>1.5.2.1</asciidoctor.maven.plugin.version>
<jruby.version>1.7.20.1</jruby.version>
<asciidoctor-revealjs.version>master</asciidoctor-revealjs.version>
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.0-alpha.10.1</asciidoctorj.pdf.version>
<jruby.version>9.0.4.0</jruby.version>
<rubygems.asciidoctor.diagram.version>1.3.1</rubygems.asciidoctor.diagram.version>
</properties>

<modules>
Expand Down

0 comments on commit 0b50187

Please sign in to comment.