Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XWiki
xwiki-commons
Commits
2087b0a0
Commit
2087b0a0
authored
Dec 14, 2021
by
Eduard Moraru
Browse files
[maven-release-plugin] prepare release xwiki-commons-13.10.1
parent
3bfb18ae
Changes
112
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2087b0a0
...
...
@@ -24,7 +24,7 @@
<artifactId>
xwiki-commons
</artifactId>
<name>
XWiki Commons - Parent POM
</name>
<packaging>
pom
</packaging>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
<description>
A collaborative development platform runtime based on the wiki paradigm
</description>
<!-- This special URL automatically finds the correct documentation page or javadoc for the module based on the
passed maven coordinates (groupid:artifactid:version). Starting with 6.2-milestone-1, the version has been
...
...
@@ -239,7 +239,7 @@
plugin executes before, the property is undefined and makes the tests fail. Thus we define an empty property
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
-->
<argLine/>
<argLine
/>
</properties>
<prerequisites>
...
...
@@ -274,7 +274,7 @@
<connection>
scm:git:git://github.com/xwiki/xwiki-commons.git
</connection>
<developerConnection>
scm:git:git@github.com:xwiki/xwiki-commons.git
</developerConnection>
<url>
https://github.com/xwiki/xwiki-commons/tree/master/
</url>
<tag>
stable
-13.10.
x
</tag>
<tag>
xwiki-commons
-13.10.
1
</tag>
</scm>
<mailingLists>
<mailingList>
...
...
@@ -1939,7 +1939,7 @@
<configuration>
<skip>
${xwiki.enforcer.enforce-upper-bounds.skip}
</skip>
<rules>
<requireUpperBoundDeps/>
<requireUpperBoundDeps
/>
</rules>
</configuration>
</execution>
...
...
@@ -2560,7 +2560,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore
/>
</action>
</pluginExecution>
<pluginExecution>
...
...
@@ -2575,7 +2575,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore
/>
</action>
</pluginExecution>
</pluginExecutions>
...
...
@@ -2890,7 +2890,7 @@
<phase>
generate-resources
</phase>
<configuration>
<target>
<mkdir
dir=
"${project.build.directory}/apidocs"
/>
<mkdir
dir=
"${project.build.directory}/apidocs"
/>
</target>
</configuration>
<goals>
...
...
xwiki-commons-core/pom.xml
View file @
2087b0a0
...
...
@@ -23,7 +23,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-pom
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
<relativePath>
../xwiki-commons-pom
</relativePath>
</parent>
<artifactId>
xwiki-commons-core
</artifactId>
...
...
xwiki-commons-core/xwiki-commons-blame/pom.xml
View file @
2087b0a0
...
...
@@ -24,7 +24,7 @@
<parent>
<artifactId>
xwiki-commons-core
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<name>
XWiki Commons - Blame
</name>
...
...
xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-api/pom.xml
View file @
2087b0a0
...
...
@@ -24,7 +24,7 @@
<parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-blame-api
</artifactId>
<name>
XWiki Commons - Blame - API
</name>
...
...
xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-script/pom.xml
View file @
2087b0a0
...
...
@@ -24,7 +24,7 @@
<parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-blame-script
</artifactId>
<name>
XWiki Commons - Blame - Script Service
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-cache
</artifactId>
<name>
XWiki Commons - Cache - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-cache-api
</artifactId>
<name>
XWiki Commons - Cache - API
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/pom.xml
View file @
2087b0a0
...
...
@@ -24,7 +24,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-cache-infinispan
</artifactId>
<name>
XWiki Commons - Cache - Infinispan
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-cache-tests
</artifactId>
<name>
XWiki Commons - Cache - Tests
</name>
...
...
xwiki-commons-core/xwiki-commons-classloader/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-classloader
</artifactId>
<name>
XWiki Commons - ClassLoader - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-classloader
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-classloader-api
</artifactId>
<name>
XWiki Commons - ClassLoader - API
</name>
...
...
xwiki-commons-core/xwiki-commons-collection/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-collection
</artifactId>
<name>
XWiki Commons - Collection
</name>
...
...
xwiki-commons-core/xwiki-commons-component/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-component
</artifactId>
<name>
XWiki Commons - Component - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-component-api
</artifactId>
<name>
XWiki Commons - Component - API
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-archetype/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-component-archetype
</artifactId>
<name>
XWiki Commons - Component - Component Archetype
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-component-default
</artifactId>
<name>
XWiki Commons - Component - Default Implementation
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-component-observation
</artifactId>
<name>
XWiki Commons - Component - Observation
</name>
...
...
xwiki-commons-core/xwiki-commons-configuration/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-configuration
</artifactId>
<name>
XWiki Commons - Configuration - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-configuration
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-configuration-api
</artifactId>
<name>
XWiki Commons - Configuration - API
</name>
...
...
xwiki-commons-core/xwiki-commons-context/pom.xml
View file @
2087b0a0
...
...
@@ -25,7 +25,7 @@
<parent>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
13.10.1
-SNAPSHOT
</version>
<version>
13.10.1
</version>
</parent>
<artifactId>
xwiki-commons-context
</artifactId>
<name>
XWiki Commons - Context
</name>
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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