Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Nov 24, 2017
1 parent d21a8c9 commit bd7a361
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
</parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>
<name>Vavr Parent</name>
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>
Expand All @@ -48,7 +48,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
<connection>scm:git:git@github.com:vavr-io/vavr.git</connection>
<developerConnection>scm:git:git@github.com:vavr-io/vavr.git</developerConnection>
<url>git@github.com:vavr-io/vavr.git</url>
<tag>v0.9.1</tag>
<tag>v0.9.2</tag>
</scm>
<developers>
<developer>
Expand Down
5 changes: 2 additions & 3 deletions vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<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>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavr-match/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-match</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavr-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr</artifactId>
Expand Down

0 comments on commit bd7a361

Please sign in to comment.