Skip to content

Commit 9749acc

Browse files
committed
Updated version to 1.1.0 for release
1 parent 80fc834 commit 9749acc

File tree

7 files changed

+7
-7
lines changed
  • mapstruct-spi-protobuf-test-immutables
  • mapstruct-spi-protobuf-test-pojo
  • mapstruct-spi-protobuf-test-proto2proto
  • mapstruct-spi-protobuf-test-protos
  • mapstruct-spi-protobuf-test-records
  • mapstruct-spi-protobuf

7 files changed

+7
-7
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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<name>Mapstruct SPI for Protobuf Mapping [Test: Protos to Immutables]</name>

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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<name>Mapstruct SPI for Protobuf Mapping [Test: Protos to POJOs]</name>

mapstruct-spi-protobuf-test-proto2proto/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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<name>Mapstruct SPI for Protobuf Mapping [Test: Protos to Protos]</name>

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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<name>Mapstruct SPI for Protobuf Mapping [Test Base: Protos]</name>

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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010
</parent>
1111

1212
<name>Mapstruct SPI for Protobuf Mapping [Test: Protos to Records]</name>

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.1.0-SNAPSHOT</version>
9+
<version>1.1.0</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.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Mapstruct SPI for Protobuf Mapping [Parent]</name>

0 commit comments

Comments
 (0)