Skip to content

Commit f568fe7

Browse files
committed
[maven-release-plugin] prepare release fastfilter_java-1.0.4
1 parent 0e17b57 commit f568fe7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fastfilter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.fastfilter</groupId>
55
<artifactId>fastfilter_java</artifactId>
6-
<version>1.0.4-SNAPSHOT</version>
6+
<version>1.0.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.fastfilter</groupId>
55
<artifactId>fastfilter_java</artifactId>
6-
<version>1.0.4-SNAPSHOT</version>
6+
<version>1.0.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.github.fastfilter</groupId>
66
<artifactId>fastfilter_java</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.0.4-SNAPSHOT</version>
8+
<version>1.0.4</version>
99
<modules>
1010
<module>fastfilter</module>
1111
<module>jmh</module>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:[email protected]:FastFilter/fastfilter_java.git</connection>
4848
<developerConnection>scm:git:[email protected]:FastFilter/fastfilter_java.git</developerConnection>
4949
<url>https://github.com/FastFilter/fastfilter_java/tree/master</url>
50-
<tag>HEAD</tag>
50+
<tag>fastfilter_java-1.0.4</tag>
5151
</scm>
5252

5353
<distributionManagement>

0 commit comments

Comments
 (0)