Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Jul 26, 2023
1 parent 3c4a49e commit aae504c
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion drift-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drift-codec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-codec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-idl-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-idl-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drift-javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-javadoc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
</parent>

<artifactId>drift-protocol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion drift-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drift-transport-apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drift-transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion drift-transport-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.airlift.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.21-SNAPSHOT</version>
<version>1.21</version>
<packaging>pom</packaging>

<name>drift-root</name>
Expand All @@ -20,7 +20,7 @@
<scm>
<connection>scm:git:git://github.com/airlift/drift.git</connection>
<url>https://github.com/airlift/drift</url>
<tag>HEAD</tag>
<tag>1.21</tag>
</scm>

<modules>
Expand Down

0 comments on commit aae504c

Please sign in to comment.