Skip to content

Commit 0450bda

Browse files
committed
[maven-release-plugin] prepare release 0.7.5
1 parent c7a5343 commit 0450bda

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

geo-mem/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.github.davidmoten</groupId>
98
<artifactId>geo-parent</artifactId>
10-
<version>0.7.5-SNAPSHOT</version>
9+
<version>0.7.5</version>
1110
</parent>
1211
<artifactId>geo-mem</artifactId>
1312
<name>${project.artifactId}</name>

geo/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43

54
<modelVersion>4.0.0</modelVersion>
65

76
<parent>
87
<groupId>com.github.davidmoten</groupId>
98
<artifactId>geo-parent</artifactId>
10-
<version>0.7.5-SNAPSHOT</version>
9+
<version>0.7.5</version>
1110
</parent>
1211
<artifactId>geo</artifactId>
1312
<name>${project.artifactId}</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>0.1</version>
77
</parent>
88
<artifactId>geo-parent</artifactId>
9-
<version>0.7.5-SNAPSHOT</version>
9+
<version>0.7.5</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<flatbuffers.version>1.3.0</flatbuffers.version>
@@ -50,7 +50,7 @@
5050
<connection>${scm.url}</connection>
5151
<developerConnection>${scm.url}</developerConnection>
5252
<url>${scm.url}</url>
53-
<tag>HEAD</tag>
53+
<tag>0.7.5</tag>
5454
</scm>
5555

5656
<modules>

0 commit comments

Comments
 (0)