Skip to content

Commit

Permalink
[skip ci] Automated release release.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Dec 6, 2021
1 parent 6b292b7 commit 23dc1eb
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion parent-detekt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../</relativePath>
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-detekt</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
</dependency>
</dependencies>
<executions>
Expand Down
4 changes: 2 additions & 2 deletions parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-generic</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../parent-generic/</relativePath>
</parent>

Expand All @@ -37,7 +37,7 @@
<plugin>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-nativelambda-plugin</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion parent-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-opensource</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../parent-opensource/</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion parent-nativelambda-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-generic</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../parent-generic/</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent-opensource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-generic</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<relativePath>../parent-generic/</relativePath>
</parent>

Expand All @@ -36,7 +36,7 @@
<plugin>
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent-nativelambda-plugin</artifactId>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>pl.wrzasq.parent</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.0.16-SNAPSHOT</version>
<version>2.0.16</version>

<!-- project meta info -->
<name>WrzasqPl Parent</name>
Expand Down

0 comments on commit 23dc1eb

Please sign in to comment.