We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4569096 commit baa27b5Copy full SHA for baa27b5
pom.xml
@@ -35,7 +35,7 @@
35
By using an empty value we force Maven to resolve the parent from the Maven repositories,
36
see http://maven.apache.org/ref/3.2.3/maven-model/maven.html#class_parent
37
-->
38
- <relativePath/>
+ <relativePath />
39
</parent>
40
<groupId>org.xwiki.platform</groupId>
41
<artifactId>xwiki-platform</artifactId>
@@ -129,7 +129,7 @@
129
</properties>
130
<scm>
131
<url>https://github.com/${xwiki.github.owner}/${xwiki.github.repository}/tree/master/</url>
132
- <tag>HEAD</tag>
+ <tag>stable-17.9.x</tag>
133
</scm>
134
<issueManagement>
135
<system>jira</system>
0 commit comments