forked from vavr-io/vavr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release javaslang-1.2.0
- Loading branch information
1 parent
ac48b80
commit 06c7578
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
Used by travis-ci.org in integration builds when reporting code coverage | ||
report to coveralls.io. 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.4</maven> | ||
|
@@ -16,7 +15,7 @@ | |
</parent> | ||
<groupId>com.javaslang</groupId> | ||
<artifactId>javaslang</artifactId> | ||
<version>1.2.0-SNAPSHOT</version> | ||
<version>1.2.0</version> | ||
<packaging>jar</packaging> | ||
<name>Javaslang</name> | ||
<description>Javaslang is a Java standard library extension built for Java 8 and above.</description> | ||
|
@@ -32,7 +31,7 @@ | |
<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.2.0</tag> | ||
</scm> | ||
<developers> | ||
<developer> | ||
|