-
Notifications
You must be signed in to change notification settings - Fork 47
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 v1.1
- Loading branch information
kpavlov
committed
Jan 22, 2017
1 parent
36aa33d
commit 20fa67c
Showing
4 changed files
with
6 additions
and
7 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
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
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
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 |
---|---|---|
|
@@ -14,14 +14,13 @@ | |
~ License for the specific language governing permissions and 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> | ||
|
||
<groupId>com.github.kpavlov.fixio</groupId> | ||
<artifactId>fixio-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.1-SNAPSHOT</version> | ||
<version>1.1</version> | ||
|
||
<name>fix.io</name> | ||
<description>FIX Protocol Support for Netty</description> | ||
|
@@ -31,7 +30,7 @@ | |
<connection>scm:git:[email protected]:kpavlov/fixio.git</connection> | ||
<developerConnection>scm:git:[email protected]:kpavlov/fixio.git</developerConnection> | ||
<url>http://github.com/kpavlov/fixio/tree/master</url> | ||
<tag>HEAD</tag> | ||
<tag>v1.1</tag> | ||
</scm> | ||
|
||
<prerequisites> | ||
|