Skip to content

Commit cdd91d9

Browse files
Release version 0.1.0
1 parent b9b1530 commit cdd91d9

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>de.fraunhofer.iosb.ilt.dataspace_consumer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>api</artifactId>
14-
<version>0.0.2-SNAPSHOT</version>
14+
<version>0.1.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Dataspace Consumer API</name>

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>de.fraunhofer.iosb.ilt.dataspace_consumer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>bom</artifactId>
14-
<version>0.0.2-SNAPSHOT</version>
14+
<version>0.1.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>Dataspace Consumer BOM</name>

extensions/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.fraunhofer.iosb.ilt.dataspace_consumer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>de.fraunhofer.iosb.ilt.dataspace_consumer</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>framework</artifactId>
14-
<version>0.0.2-SNAPSHOT</version>
14+
<version>0.1.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>Dataspace Consumer Framework</name>

pom.xml

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

66
<groupId>de.fraunhofer.iosb.ilt.dataspace_consumer</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.2-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Dataspace Consumer Parent</name>

0 commit comments

Comments
 (0)