Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Nov 6, 2019
1 parent 190fed3 commit 86ba874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions jwarble/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?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>
<artifactId>jwarble</artifactId>
<parent>
<artifactId>openwarble-parent</artifactId>
<groupId>org.noise-planet</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.noise-planet</groupId>
<artifactId>openwarble-parent</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>

<name>openwarble-parent</name>
Expand Down Expand Up @@ -58,6 +58,6 @@
<connection>scm:git:https://github.com/Ifsttar/NoiseModelling.git</connection>
<developerConnection>scm:git:git@github.com:Ifsttar/openwarble.git</developerConnection>
<url>git@github.com:Ifsttar/openwarble.git</url>
<tag>HEAD</tag>
<tag>v0.2</tag>
</scm>
</project>

0 comments on commit 86ba874

Please sign in to comment.