Skip to content

Commit

Permalink
[maven-release-plugin] prepare release redpen-1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Jul 28, 2016
1 parent c6650f4 commit 9e1c55a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>cc.redpen</groupId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
<artifactId>redpen</artifactId>
<url>http://redpen.cc</url>
<name>redpen</name>
Expand Down Expand Up @@ -32,7 +32,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions redpen-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>cc.redpen</groupId>
<artifactId>redpen</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>redpen-cli</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
<name>redpen-cli</name>
<description>RedPen is an open source proofreading tool a tool to check if your technical documents meet the writing standard . RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, and LaTeX).</description>
<url>http://redpen.cc</url>
Expand Down Expand Up @@ -50,7 +50,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -106,12 +106,12 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-plugin</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions redpen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>cc.redpen</groupId>
<artifactId>redpen</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</parent>

<artifactId>redpen-core</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
<name>redpen-core</name>
<description>RedPen is an open source proofreading tool a tool to check if your technical documents meet the writing standard . RedPen supports various markup text formats (Markdown, Textile, AsciiDoc, and LaTeX).</description>
<url>http://redpen.cc</url>
Expand Down Expand Up @@ -49,7 +49,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions redpen-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -51,7 +51,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<build>
Expand Down
6 changes: 3 additions & 3 deletions redpen-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -35,7 +35,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<build>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions redpen-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -48,7 +48,7 @@
<url>https://github.com/redpen-cc/redpen</url>
<connection>scm:git:https://github.com/redpen-cc/redpen.git</connection>
<developerConnection>scm:git:https://github.com/redpen-cc/redpen.git</developerConnection>
<tag>HEAD</tag>
<tag>redpen-1.7.0</tag>
</scm>

<build>
Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.6.3-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>
Expand Down

0 comments on commit 9e1c55a

Please sign in to comment.