Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
werbeo
commons-pagination
Commits
d62e0d0b
Commit
d62e0d0b
authored
7 years ago
by
Daniel Nordhoff-Vergien
Browse files
Options
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release 0.0.1
parent
ede01204
master
0.0.3
0.0.2
0.0.1
commons-pagination-parent-0.0.7
commons-pagination-parent-0.0.6
commons-pagination-parent-0.0.5
commons-pagination-parent-0.0.4
No related merge requests found
Pipeline
#680
passed with stage
in 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
commons-pagination/pom.xml
+1
-1
commons-pagination/pom.xml
pom.xml
+3
-5
pom.xml
with
4 additions
and
6 deletions
+4
-6
commons-pagination/pom.xml
View file @
d62e0d0b
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.infintenature
</groupId>
<artifactId>
commons-pagination-parent
</artifactId>
<version>
0.0.1
-SNAPSHOT
</version>
<version>
0.0.1
</version>
</parent>
<groupId>
org.infintenature.pagination
</groupId>
<artifactId>
commons-pagination
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
d62e0d0b
<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/maven-v4_0_0.xsd"
>
<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/maven-v4_0_0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.infintenature
</groupId>
<artifactId>
commons-pagination-parent
</artifactId>
<packaging>
pom
</packaging>
<version>
0.0.1
-SNAPSHOT
</version>
<version>
0.0.1
</version>
<name>
Pagination support - parent
</name>
<scm>
<url>
https://git.loe.auf.uni-rostock.de/werbeo/commons-pagination
</url>
<connection>
scm:git:git@git.loe.auf.uni-rostock.de:werbeo/commons-pagination.git
</connection>
<developerConnection>
scm:git:git@git.loe.auf.uni-rostock.de:werbeo/commons-pagination.git
</developerConnection>
<tag>
HEAD
</tag>
<tag>
0.0.1
</tag>
</scm>
<modules>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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
Menu
Projects
Groups
Snippets
Help