Skip to content

Commit 06fe8e0

Browse files
committed
Updated version for 1.0.1 release
1 parent ca5933a commit 06fe8e0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

mapstruct-spi-protobuf-test-immutables/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.firehead</groupId>
88
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>mapstruct-spi-protobuf-test-immutables</artifactId>

mapstruct-spi-protobuf-test-pojo/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.firehead</groupId>
88
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>mapstruct-spi-protobuf-test-pojo</artifactId>

mapstruct-spi-protobuf-test-protos/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.firehead</groupId>
88
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>mapstruct-spi-protobuf-test-protos</artifactId>

mapstruct-spi-protobuf-test-records/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.firehead</groupId>
88
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>mapstruct-spi-protobuf-test-records</artifactId>

mapstruct-spi-protobuf/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.firehead</groupId>
88
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
</parent>
1111

1212
<artifactId>mapstruct-spi-protobuf</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.firehead</groupId>
77
<artifactId>mapstruct-spi-protobuf-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Mapstruct SPI extension for mapping protobuf to Java data structures</name>

0 commit comments

Comments
 (0)