Skip to content
GitLab
Menu
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
146d8e8a
Commit
146d8e8a
authored
Oct 08, 2021
by
Eduard Moraru
Browse files
[maven-release-plugin] prepare release xwiki-commons-12.10.10
parent
69ebd046
Changes
110
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
146d8e8a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<artifactId>
xwiki-commons
</artifactId>
<artifactId>
xwiki-commons
</artifactId>
<name>
XWiki Commons - Parent POM
</name>
<name>
XWiki Commons - Parent POM
</name>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
<description>
A collaborative development platform runtime based on the wiki paradigm
</description>
<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
<!-- 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
passed maven coordinates (groupid:artifactid:version). Starting with 6.2-milestone-1, the version has been
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
plugin executes before, the property is undefined and makes the tests fail. Thus we define an empty property
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
here to make sure it doesn't fail. See also https://issues.apache.org/jira/browse/SUREFIRE-1431
-->
-->
<argLine/>
<argLine
/>
</properties>
</properties>
<prerequisites>
<prerequisites>
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
<connection>
scm:git:git://github.com/xwiki/xwiki-commons.git
</connection>
<connection>
scm:git:git://github.com/xwiki/xwiki-commons.git
</connection>
<developerConnection>
scm:git:git@github.com:xwiki/xwiki-commons.git
</developerConnection>
<developerConnection>
scm:git:git@github.com:xwiki/xwiki-commons.git
</developerConnection>
<url>
https://github.com/xwiki/xwiki-commons/tree/master/
</url>
<url>
https://github.com/xwiki/xwiki-commons/tree/master/
</url>
<tag>
stable
-12.10.
x
</tag>
<tag>
xwiki-commons
-12.10.
10
</tag>
</scm>
</scm>
<mailingLists>
<mailingLists>
<mailingList>
<mailingList>
...
@@ -1894,7 +1894,7 @@
...
@@ -1894,7 +1894,7 @@
<configuration>
<configuration>
<skip>
${xwiki.enforcer.enforce-upper-bounds.skip}
</skip>
<skip>
${xwiki.enforcer.enforce-upper-bounds.skip}
</skip>
<rules>
<rules>
<requireUpperBoundDeps/>
<requireUpperBoundDeps
/>
</rules>
</rules>
</configuration>
</configuration>
</execution>
</execution>
...
@@ -2518,7 +2518,7 @@
...
@@ -2518,7 +2518,7 @@
</goals>
</goals>
</pluginExecutionFilter>
</pluginExecutionFilter>
<action>
<action>
<ignore/>
<ignore
/>
</action>
</action>
</pluginExecution>
</pluginExecution>
<pluginExecution>
<pluginExecution>
...
@@ -2533,7 +2533,7 @@
...
@@ -2533,7 +2533,7 @@
</goals>
</goals>
</pluginExecutionFilter>
</pluginExecutionFilter>
<action>
<action>
<ignore/>
<ignore
/>
</action>
</action>
</pluginExecution>
</pluginExecution>
</pluginExecutions>
</pluginExecutions>
...
@@ -2662,7 +2662,7 @@
...
@@ -2662,7 +2662,7 @@
<phase>
generate-resources
</phase>
<phase>
generate-resources
</phase>
<configuration>
<configuration>
<target>
<target>
<mkdir
dir=
"${project.build.directory}/apidocs"
/>
<mkdir
dir=
"${project.build.directory}/apidocs"
/>
</target>
</target>
</configuration>
</configuration>
<goals>
<goals>
...
...
xwiki-commons-core/pom.xml
View file @
146d8e8a
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-pom
</artifactId>
<artifactId>
xwiki-commons-pom
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
<relativePath>
../xwiki-commons-pom
</relativePath>
<relativePath>
../xwiki-commons-pom
</relativePath>
</parent>
</parent>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
...
...
xwiki-commons-core/xwiki-commons-blame/pom.xml
View file @
146d8e8a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<parent>
<parent>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<artifactId>
xwiki-commons-blame
</artifactId>
<name>
XWiki Commons - Blame
</name>
<name>
XWiki Commons - Blame
</name>
...
...
xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-api/pom.xml
View file @
146d8e8a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<parent>
<parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<artifactId>
xwiki-commons-blame
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-blame-api
</artifactId>
<artifactId>
xwiki-commons-blame-api
</artifactId>
<name>
XWiki Commons - Blame - API
</name>
<name>
XWiki Commons - Blame - API
</name>
...
...
xwiki-commons-core/xwiki-commons-blame/xwiki-commons-blame-script/pom.xml
View file @
146d8e8a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<parent>
<parent>
<artifactId>
xwiki-commons-blame
</artifactId>
<artifactId>
xwiki-commons-blame
</artifactId>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-blame-script
</artifactId>
<artifactId>
xwiki-commons-blame-script
</artifactId>
<name>
XWiki Commons - Blame - Script Service
</name>
<name>
XWiki Commons - Blame - Script Service
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-cache
</artifactId>
<artifactId>
xwiki-commons-cache
</artifactId>
<name>
XWiki Commons - Cache - Parent POM
</name>
<name>
XWiki Commons - Cache - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-cache-api
</artifactId>
<artifactId>
xwiki-commons-cache-api
</artifactId>
<name>
XWiki Commons - Cache - API
</name>
<name>
XWiki Commons - Cache - API
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-infinispan/pom.xml
View file @
146d8e8a
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-cache-infinispan
</artifactId>
<artifactId>
xwiki-commons-cache-infinispan
</artifactId>
<name>
XWiki Commons - Cache - Infinispan
</name>
<name>
XWiki Commons - Cache - Infinispan
</name>
...
...
xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-tests/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-cache
</artifactId>
<artifactId>
xwiki-commons-cache
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-cache-tests
</artifactId>
<artifactId>
xwiki-commons-cache-tests
</artifactId>
<name>
XWiki Commons - Cache - Tests
</name>
<name>
XWiki Commons - Cache - Tests
</name>
...
...
xwiki-commons-core/xwiki-commons-classloader/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-classloader
</artifactId>
<artifactId>
xwiki-commons-classloader
</artifactId>
<name>
XWiki Commons - ClassLoader - Parent POM
</name>
<name>
XWiki Commons - ClassLoader - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-classloader/xwiki-commons-classloader-api/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-classloader
</artifactId>
<artifactId>
xwiki-commons-classloader
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-classloader-api
</artifactId>
<artifactId>
xwiki-commons-classloader-api
</artifactId>
<name>
XWiki Commons - ClassLoader - API
</name>
<name>
XWiki Commons - ClassLoader - API
</name>
...
...
xwiki-commons-core/xwiki-commons-collection/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-collection
</artifactId>
<artifactId>
xwiki-commons-collection
</artifactId>
<name>
XWiki Commons - Collection
</name>
<name>
XWiki Commons - Collection
</name>
...
...
xwiki-commons-core/xwiki-commons-component/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-component
</artifactId>
<artifactId>
xwiki-commons-component
</artifactId>
<name>
XWiki Commons - Component - Parent POM
</name>
<name>
XWiki Commons - Component - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-api/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-component-api
</artifactId>
<artifactId>
xwiki-commons-component-api
</artifactId>
<name>
XWiki Commons - Component - API
</name>
<name>
XWiki Commons - Component - API
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-archetype/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-component-archetype
</artifactId>
<artifactId>
xwiki-commons-component-archetype
</artifactId>
<name>
XWiki Commons - Component - Component Archetype
</name>
<name>
XWiki Commons - Component - Component Archetype
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-component-default
</artifactId>
<artifactId>
xwiki-commons-component-default
</artifactId>
<name>
XWiki Commons - Component - Default Implementation
</name>
<name>
XWiki Commons - Component - Default Implementation
</name>
...
...
xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-observation/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-component
</artifactId>
<artifactId>
xwiki-commons-component
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-component-observation
</artifactId>
<artifactId>
xwiki-commons-component-observation
</artifactId>
<name>
XWiki Commons - Component - Observation
</name>
<name>
XWiki Commons - Component - Observation
</name>
...
...
xwiki-commons-core/xwiki-commons-configuration/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-configuration
</artifactId>
<artifactId>
xwiki-commons-configuration
</artifactId>
<name>
XWiki Commons - Configuration - Parent POM
</name>
<name>
XWiki Commons - Configuration - Parent POM
</name>
...
...
xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-configuration
</artifactId>
<artifactId>
xwiki-commons-configuration
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-configuration-api
</artifactId>
<artifactId>
xwiki-commons-configuration-api
</artifactId>
<name>
XWiki Commons - Configuration - API
</name>
<name>
XWiki Commons - Configuration - API
</name>
...
...
xwiki-commons-core/xwiki-commons-context/pom.xml
View file @
146d8e8a
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<parent>
<parent>
<groupId>
org.xwiki.commons
</groupId>
<groupId>
org.xwiki.commons
</groupId>
<artifactId>
xwiki-commons-core
</artifactId>
<artifactId>
xwiki-commons-core
</artifactId>
<version>
12.10.10
-SNAPSHOT
</version>
<version>
12.10.10
</version>
</parent>
</parent>
<artifactId>
xwiki-commons-context
</artifactId>
<artifactId>
xwiki-commons-context
</artifactId>
<name>
XWiki Commons - Context
</name>
<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
.
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