Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jansi-project-1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Jun 15, 2016
1 parent a7ec77c commit 67cd0de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions example/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>jansi-project</artifactId>
<groupId>org.fusesource.jansi</groupId>
<version>1.13-SNAPSHOT</version>
<version>1.13</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.13</version>
</parent>

<artifactId>jansi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.13</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<!-- Work around for issue: http://jira.codehaus.org/browse/SCM-444 -->
<developerConnection>scm:git:ssh://[email protected]:fusesources/jansi.git</developerConnection>
<url>http://github.com/fusesource/{forge-project-id}.git</url>
<tag>HEAD</tag>
<tag>jansi-project-1.13</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 67cd0de

Please sign in to comment.