Skip to content

Commit 2dc5a48

Browse files
committed
[maven-release-plugin] prepare release fastfilter_java-1.0.3
1 parent f4bca90 commit 2dc5a48

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

fastfilter/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<groupId>io.github.fastfilter</groupId>
75
<artifactId>fastfilter_java</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

jmh/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<groupId>io.github.fastfilter</groupId>
75
<artifactId>fastfilter_java</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.fastfilter</groupId>
86
<artifactId>fastfilter_java</artifactId>
97
<packaging>pom</packaging>
10-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
119
<modules>
1210
<module>fastfilter</module>
1311
<module>jmh</module>
@@ -49,7 +47,8 @@
4947
<connection>scm:git:git@github.com:FastFilter/fastfilter_java.git</connection>
5048
<developerConnection>scm:git:git@github.com:FastFilter/fastfilter_java.git</developerConnection>
5149
<url>https://github.com/FastFilter/fastfilter_java/tree/master</url>
52-
</scm>
50+
<tag>fastfilter_java-1.0.3</tag>
51+
</scm>
5352

5453
<distributionManagement>
5554
<snapshotRepository>

0 commit comments

Comments
 (0)