Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Jul 22, 2021
1 parent 485dc99 commit 2861170
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion adapters/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-adapter-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-adapter-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion adapters/reflect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-adapter-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions adapters/source-nodeps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-adapter-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -60,7 +60,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion adapters/source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-adapter-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion annotations/builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>annotations</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion annotations/dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>annotations</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion annotations/resourcecify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>annotations</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion annotations/transform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>annotations</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codegen/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-codegen-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion codegen/apt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-codegen-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion codegen/template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-codegen-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions codegen/velocity-nodeps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-codegen-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -73,7 +73,7 @@
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion codegen/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-codegen-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<groupId>io.sundr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion model/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-model-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion model/builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-model-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion model/generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-model-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion model/repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-model-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion model/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-model-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>io.sundr</groupId>
<artifactId>sundr-pom</artifactId>
<packaging>pom</packaging>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<name>Sundrio :: POM</name>

<description>Code generation tools and annotation processors for Builder, Fluent APIs and DSLs.</description>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:git://github.com/sundrio/sundrio.git</connection>
<developerConnection>scm:git:ssh://git@github.com/sundrio/sundrio.git</developerConnection>
<url>http://github.com/sundrio/sundrio</url>
<tag>HEAD</tag>
<tag>0.50.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion tests/arrays/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>sundr-pom</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/shapes-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/shapes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>tests</artifactId>
<groupId>io.sundr</groupId>
<version>0.40-SNAPSHOT</version>
<version>0.50.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 2861170

Please sign in to comment.