Skip to content

Commit

Permalink
Set version in pom.xml to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Oct 25, 2016
1 parent a0aa99f commit 31194c7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>cc.redpen</groupId>
<version>1.7.5</version>
<version>1.7.6</version>
<artifactId>redpen</artifactId>
<url>http://redpen.cc</url>
<name>redpen</name>
Expand Down
8 changes: 4 additions & 4 deletions redpen-cli/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>cc.redpen</groupId>
<artifactId>redpen</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</parent>

<artifactId>redpen-cli</artifactId>
<version>1.7.5</version>
<version>1.7.6</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 @@ -106,12 +106,12 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-plugin</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions redpen-core/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>cc.redpen</groupId>
<artifactId>redpen</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</parent>

<artifactId>redpen-core</artifactId>
<version>1.7.5</version>
<version>1.7.6</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
2 changes: 1 addition & 1 deletion redpen-distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.7.5</version>
<version>1.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions redpen-plugin/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.7.5</version>
<version>1.7.6</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions redpen-server/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>redpen</artifactId>
<groupId>cc.redpen</groupId>
<version>1.7.5</version>
<version>1.7.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -164,7 +164,7 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.7.5</version>
<version>1.7.6</version>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>
Expand Down

0 comments on commit 31194c7

Please sign in to comment.