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
ow2
OW2 MRL
Commits
d4df3f01
Commit
d4df3f01
authored
Jul 26, 2021
by
Antoine Mottier
Browse files
[maven-release-plugin] prepare for next development iteration
parent
eb647680
Pipeline
#15032
passed with stages
in 1 minute and 45 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data-collection/pom.xml
View file @
d4df3f01
...
...
@@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
data-collection
</artifactId>
<version>
0.0.1
0
</version>
<version>
0.0.1
1-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<name>
MRL data gathering
</name>
<description>
MRL data gathering
</description>
...
...
@@ -15,7 +15,7 @@ SPDX-License-Identifier: Apache-2.0
<parent>
<groupId>
org.ow2.mrl
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.0.1
0
</version>
<version>
0.0.1
1-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
pom.xml
View file @
d4df3f01
...
...
@@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0
<groupId>
org.ow2.mrl
</groupId>
<artifactId>
parent
</artifactId>
<packaging>
pom
</packaging>
<version>
0.0.1
0
</version>
<version>
0.0.1
1-SNAPSHOT
</version>
<name>
OW2 MRL
</name>
<url>
http://www.ow2.org
</url>
...
...
@@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
<url>
https://gitlab.ow2.org/ow2/mrl/
</url>
<connection>
scm:git:git@gitlab.ow2.org:ow2/mrl.git
</connection>
<developerConnection>
scm:git:git@gitlab.ow2.org:ow2/mrl.git
</developerConnection>
<tag>
0.0.10
</tag>
<tag>
HEAD
</tag>
</scm>
<distributionManagement>
...
...
webapp/pom.xml
View file @
d4df3f01
...
...
@@ -8,14 +8,14 @@ SPDX-License-Identifier: Apache-2.0
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
webapp
</artifactId>
<packaging>
war
</packaging>
<version>
0.0.1
0
</version>
<version>
0.0.1
1-SNAPSHOT
</version>
<name>
OW2 MRL webapp
</name>
<url>
http://ow2.org
</url>
<parent>
<groupId>
org.ow2.mrl
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.0.1
0
</version>
<version>
0.0.1
1-SNAPSHOT
</version>
</parent>
<dependencies>
...
...
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