Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javaslang-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Jan 12, 2015
1 parent a9d4004 commit 9ffd4b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Profile 'release-sign-artifacts':
Used by sonatype to sign artifacts when releasing javaslang to maven central.
-->
<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.0</maven>
Expand All @@ -26,7 +25,7 @@ Profile 'release-sign-artifacts':
</parent>
<groupId>com.javaslang</groupId>
<artifactId>javaslang</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>Javaslang</name>
<description>Javaslang is a Java standard library extension built for Java 8 and above.</description>
Expand All @@ -42,7 +41,7 @@ Profile 'release-sign-artifacts':
<connection>scm:git:[email protected]:rocketscience-projects/javaslang.git</connection>
<developerConnection>scm:git:[email protected]:rocketscience-projects/javaslang.git</developerConnection>
<url>[email protected]:rocketscience-projects/javaslang.git</url>
<tag>HEAD</tag>
<tag>javaslang-1.1.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit 9ffd4b5

Please sign in to comment.