-
Notifications
You must be signed in to change notification settings - Fork 3
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 bintray-maven-plugin-1.3
- Loading branch information
Nikita Koval
committed
Oct 27, 2016
1 parent
a4ddd73
commit 82d5c68
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<groupId>com.devexperts.bintray</groupId> | ||
<artifactId>bintray-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<version>1.3-SNAPSHOT</version> | ||
<version>1.3</version> | ||
<name>bintray-maven-plugin</name> | ||
<description>Maven plugin for deploying to Bintray repository</description> | ||
|
||
|
@@ -199,7 +199,7 @@ | |
<scm> | ||
<connection>scm:git:ssh://[email protected]:7999/dxlib/bintray-maven-plugin.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]:7999/dxlib/bintray-maven-plugin.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>bintray-maven-plugin-1.3</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|