-
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 v2.1.0
- Loading branch information
1 parent
5a4ffe9
commit 735cd23
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 |
---|---|---|
|
@@ -15,8 +15,7 @@ | |
~ limitations under the License. | ||
--> | ||
|
||
<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> | ||
|
||
<name>Treatwell Styles for Immutables</name> | ||
|
@@ -26,7 +25,7 @@ | |
|
||
<groupId>com.treatwell</groupId> | ||
<artifactId>immutables-styles</artifactId> | ||
<version>2.1.0-SNAPSHOT</version> | ||
<version>2.1.0</version> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -77,7 +76,7 @@ | |
<connection>scm:git:https://github.com/treatwell/immutable-styles.git</connection> | ||
<developerConnection>scm:git:[email protected]:treatwell/immutables-styles.git</developerConnection> | ||
<url>http://github.com/treatwell/immutable-styles/tree/${project.scm.tag}</url> | ||
<tag>master</tag> | ||
<tag>v2.1.0</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|