Skip to content

Commit

Permalink
Update versions in pom.xml for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
takahi-i committed Aug 26, 2018
1 parent 14cd44a commit 7d0c0c3
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
<artifactId>redpen</artifactId>
<url>http://redpen.cc</url>
<name>redpen</name>
Expand Down
8 changes: 4 additions & 4 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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</parent>

<artifactId>redpen-cli</artifactId>
<version>1.10.2</version>
<version>1.10.3-SNAPSHOT</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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-plugin</artifactId>
<version>1.10.2</version>
<version>1.10.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</parent>

<artifactId>redpen-core</artifactId>
<version>1.10.2</version>
<version>1.10.3-SNAPSHOT</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
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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 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.10.2</version>
<version>1.10.3-SNAPSHOT</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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 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.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -176,7 +176,7 @@
<dependency>
<groupId>cc.redpen</groupId>
<artifactId>redpen-core</artifactId>
<version>1.10.2</version>
<version>1.10.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.wink</groupId>
Expand Down

0 comments on commit 7d0c0c3

Please sign in to comment.