Skip to content

Commit 729db75

Browse files
author
Gerald Unterrainer
committed
fix version number
remove superfluous groupId
1 parent b1ad139 commit 729db75

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>parent-javalin-pom</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.m2e.core.maven2Builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
16+
</natures>
17+
</projectDescription>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

.settings/org.eclipse.m2e.core.prefs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.1.12</version>
8+
<version>0.1.18</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
12-
<groupId>info.unterrainer.commons</groupId>
1312
<artifactId>parent-javalin-pom</artifactId>
14-
<version>0.0.1</version>
13+
<version>0.0.8</version>
1514
<name>ParentJavalinPom</name>
1615
<packaging>pom</packaging>
1716
<url>https://github.com/UnterrainerInformatik/java-parent-javalin-pom</url>

0 commit comments

Comments
 (0)