Skip to content

Commit

Permalink
Merge pull request #155 from arjantijms/update_versions
Browse files Browse the repository at this point in the history
Update plugins in api/spec
  • Loading branch information
arjantijms committed Apr 28, 2022
2 parents f013a58 + e6f8933 commit 70280d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<!-- Restricts the Java version to 11 -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<maven.site.skip>true</maven.site.skip>
<asciidoctorj.version>2.5.3</asciidoctorj.version>
<asciidoctorj.pdf.version>1.6.2</asciidoctorj.pdf.version>
<jruby.version>9.3.3.0</jruby.version>
<jruby.version>9.3.4.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down

0 comments on commit 70280d8

Please sign in to comment.