Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
d5fc3245
Commit
d5fc3245
authored
Sep 20, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Asciidoctor Maven Plugin 1.6.0
Closes gh-17234
parent
db44d734
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
pom.xml
...g-boot-project/spring-boot-actuator-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+2
-7
pom.xml
...oject/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml
View file @
d5fc3245
...
@@ -799,7 +799,7 @@
...
@@ -799,7 +799,7 @@
<dependency>
<dependency>
<groupId>
org.asciidoctor
</groupId>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctorj-pdf
</artifactId>
<artifactId>
asciidoctorj-pdf
</artifactId>
<version>
1.5.0-alpha.1
1
</version>
<version>
1.5.0-alpha.1
8
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
d5fc3245
...
@@ -293,17 +293,12 @@
...
@@ -293,17 +293,12 @@
<plugin>
<plugin>
<groupId>
org.asciidoctor
</groupId>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<version>
1.
5.7.1
</version>
<version>
1.
6.0
</version>
<dependencies>
<dependencies>
<dependency>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctorj
</artifactId>
<version>
1.5.8
</version>
</dependency>
<dependency>
<dependency>
<groupId>
org.asciidoctor
</groupId>
<groupId>
org.asciidoctor
</groupId>
<artifactId>
asciidoctorj-pdf
</artifactId>
<artifactId>
asciidoctorj-pdf
</artifactId>
<version>
1.5.0-alpha.1
1
</version>
<version>
1.5.0-alpha.1
8
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
...
...
spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
d5fc3245
...
@@ -360,7 +360,7 @@
...
@@ -360,7 +360,7 @@
<dependency>
<dependency>
<groupId>
io.spring.asciidoctor
</groupId>
<groupId>
io.spring.asciidoctor
</groupId>
<artifactId>
spring-asciidoctor-extensions
</artifactId>
<artifactId>
spring-asciidoctor-extensions
</artifactId>
<version>
0.
1.3
.RELEASE
</version>
<version>
0.
2.0
.RELEASE
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</plugin>
</plugin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment