Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alexandre GERBIER
Not Alone
Commits
40a604a5
Commit
40a604a5
authored
Sep 23, 2020
by
Gerson Sunyé
Browse files
Correct version of site-plugin
parent
a18a1635
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
40a604a5
...
@@ -10,13 +10,6 @@
...
@@ -10,13 +10,6 @@
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
Not Alone
</name>
<name>
Not Alone
</name>
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.2.1.RELEASE
</version>
</parent>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<maven.compiler.source>
1.9
</maven.compiler.source>
<maven.compiler.source>
1.9
</maven.compiler.source>
...
@@ -43,6 +36,16 @@
...
@@ -43,6 +36,16 @@
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<artifactId>
asciidoctor-maven-plugin
</artifactId>
<version>
2.1.0
</version>
<version>
2.1.0
</version>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
3.2.0
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-site-plugin
</artifactId>
<version>
3.9.1
</version>
</plugin>
</plugins>
</plugins>
</pluginManagement>
</pluginManagement>
</build>
</build>
...
...
Write
Preview
Supports
Markdown
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