Skip to content

Commit

Permalink
Issue eclipse-ee4j#23739 Updated dependencies in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatej committed Dec 11, 2021
1 parent 308a5f5 commit 1121fc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<site.output.dir>${project.build.directory}/staging/${project.artifactId}</site.output.dir>
<maven.site.skip>true</maven.site.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<asciidoctor.maven.plugin.version>1.5.7.1</asciidoctor.maven.plugin.version>
<asciidoctor.maven.plugin.version>2.2.1</asciidoctor.maven.plugin.version>
<!-- XXX - jbake needs an older version than this -->
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
<jruby.version>9.2.6.0</jruby.version>
<asciidoctorj.version>2.5.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.6.0</asciidoctorj.pdf.version>
<jruby.version>9.3.2.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<doc.pdf>${project.artifactId}.pdf</doc.pdf>
Expand Down Expand Up @@ -94,12 +94,12 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>1.5.5</version>
<version>1.5.8.1</version>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-diagram</artifactId>
<version>1.5.4</version>
<version>1.5.18</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<plugins>
<plugin>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.glassfish.doc</groupId>
Expand Down

0 comments on commit 1121fc2

Please sign in to comment.