Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed May 10, 2017
1 parent 7e27b04 commit 2ad0cd8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Note: The maven build currently needs to be started from the vavr root dir
because the code generators write to hard-coded relative directories.
-->
<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>
<prerequisites>
<maven>3.0.5</maven>
Expand All @@ -33,7 +32,7 @@ Note: The maven build currently needs to be started from the vavr root dir
</parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</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 @@ -54,7 +53,7 @@ Note: The maven build currently needs to be started from the vavr root dir
<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>HEAD</tag>
<tag>v0.9.0</tag>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -386,7 +385,7 @@ Note: The maven build currently needs to be started from the vavr root dir
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -399,7 +398,7 @@ Note: The maven build currently needs to be started from the vavr root dir
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -412,7 +411,7 @@ Note: The maven build currently needs to be started from the vavr root dir
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -425,7 +424,7 @@ Note: The maven build currently needs to be started from the vavr root dir
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -462,7 +461,7 @@ Note: The maven build currently needs to be started from the vavr root dir
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>vavr.JmhRunner</argument>
</arguments>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion vavr-match/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</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 @@ -6,7 +6,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr</artifactId>
Expand Down

0 comments on commit 2ad0cd8

Please sign in to comment.