File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 31
31
<jmolecules-bom .version>2021.2.4</jmolecules-bom .version>
32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
34
- <spring-asciidoctor-backends .version>0.0.3 </spring-asciidoctor-backends .version>
34
+ <spring-asciidoctor-backends .version>0.0.4-SNAPSHOT </spring-asciidoctor-backends .version>
35
35
<spring-boot .version>3.0.0-SNAPSHOT</spring-boot .version>
36
36
37
37
</properties >
@@ -543,6 +543,16 @@ limitations under the License.
543
543
<pluginRepository >
544
544
<id >spring-plugins-release</id >
545
545
<url >https://repo.spring.io/plugins-release</url >
546
+ <snapshots >
547
+ <enabled >false</enabled >
548
+ </snapshots >
549
+ </pluginRepository >
550
+ <pluginRepository >
551
+ <id >spring-plugins-snaposhot</id >
552
+ <url >https://repo.spring.io/plugins-snapshot</url >
553
+ <releases >
554
+ <enabled >false</enabled >
555
+ </releases >
546
556
</pluginRepository >
547
557
</pluginRepositories >
548
558
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Oliver Drotbohm
3
3
:revnumber: {version}
4
4
:revdate: {localdate}
5
5
:toc: left
6
+ :iconfont-fontawesome:
6
7
7
8
© 2022 The original authors.
8
9
You can’t perform that action at this time.
0 commit comments