Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Sep 5, 2021
1 parent 389f338 commit 25ad669
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion geo-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>geo-parent</artifactId>
<version>0.7.8-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<artifactId>geo-mem</artifactId>
<name>${project.artifactId}</name>
Expand Down
6 changes: 2 additions & 4 deletions geo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>geo-parent</artifactId>
<version>0.7.8-SNAPSHOT</version>
<version>0.8.0</version>
</parent>
<artifactId>geo</artifactId>
<name>${project.artifactId}</name>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<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/maven-v4_0_0.xsd">
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>sonatype-parent</artifactId>
<version>0.1</version>
</parent>
<artifactId>geo-parent</artifactId>
<version>0.7.8-SNAPSHOT</version>
<version>0.8.0</version>
<packaging>pom</packaging>
<properties>
<flatbuffers.version>1.3.0</flatbuffers.version>
Expand Down Expand Up @@ -74,7 +72,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>0.8.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 25ad669

Please sign in to comment.