Skip to content

Commit

Permalink
Split the spec into chapter 1-11 + appendix
Browse files Browse the repository at this point in the history
Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin authored and lukasj committed Jul 28, 2020
1 parent bbe219f commit 44c14a0
Show file tree
Hide file tree
Showing 17 changed files with 8,848 additions and 8,791 deletions.
8 changes: 4 additions & 4 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
<properties>
<site.output.dir>${project.build.directory}/staging</site.output.dir>
<maven.site.skip>true</maven.site.skip>
<asciidoctor.maven.plugin.version>1.5.7.1</asciidoctor.maven.plugin.version>
<asciidoctor.maven.plugin.version>2.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
<asciidoctorj.pdf.version>1.5.3</asciidoctorj.pdf.version>
<jruby.version>9.2.6.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
Expand Down Expand Up @@ -74,7 +74,7 @@
<rules>
<requireJavaVersion>
<version>(,1.9),[11,)</version>
<message>You need JDK8 or lower</message>
<message>You need JDK8 or JDK 11 and newer</message>
</requireJavaVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -189,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<inherited>false</inherited>
<executions>
<execution>
Expand Down

0 comments on commit 44c14a0

Please sign in to comment.