Skip to content

Commit e23679a

Browse files
Merge pull request #6 from aljoshakoecher/remove-nodeRoot
Set version to 0.1.0
2 parents 7850a82 + 40b24b9 commit e23679a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.hsu-hh.ifa.plc2skill</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>plc2skill-cli</artifactId>

lib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>de.hsu-hh.ifa.plc2skill</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
</parent>
1111

1212
<artifactId>plc2skill-lib</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>de.hsu-hh.ifa.plc2skill</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99

1010
<packaging>pom</packaging>
1111

rest-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.hsu-hh.ifa.plc2skill</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010
<artifactId>plc2skill-rest-api</artifactId>
1111

0 commit comments

Comments
 (0)