Skip to content

Commit 5f4b4cb

Browse files
committed
[maven-release-plugin] prepare release v0.4
1 parent bcd5da5 commit 5f4b4cb

12 files changed

Lines changed: 13 additions & 13 deletions

File tree

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

native/linux-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/linux-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/osx-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/osx-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/windows-aarch64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

native/windows-x86_64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.dfa1.zstd</groupId>
77
<artifactId>zstd-parent</artifactId>
8-
<version>0.4-SNAPSHOT</version>
8+
<version>0.4</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.dfa1.zstd</groupId>
66
<artifactId>zstd-parent</artifactId>
7-
<version>0.4-SNAPSHOT</version>
7+
<version>0.4</version>
88
<packaging>pom</packaging>
99

1010
<name>zstd-parent</name>
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/dfa1/zstd-java.git</connection>
3232
<developerConnection>scm:git:git@github.com:dfa1/zstd-java.git</developerConnection>
3333
<url>https://github.com/dfa1/zstd-java</url>
34-
<tag>HEAD</tag>
34+
<tag>v0.4</tag>
3535
</scm>
3636

3737
<modules>

0 commit comments

Comments
 (0)