diff --git a/pom.xml b/pom.xml
index d62025576..05f7f9b83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
cc.redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
redpen
http://redpen.cc
redpen
diff --git a/redpen-cli/pom.xml b/redpen-cli/pom.xml
index a6a44c04d..efc2101e4 100644
--- a/redpen-cli/pom.xml
+++ b/redpen-cli/pom.xml
@@ -5,11 +5,11 @@
cc.redpen
redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
redpen-cli
- 1.7.4
+ 1.7.5-SNAPSHOT
redpen-cli
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).
http://redpen.cc
@@ -106,12 +106,12 @@
cc.redpen
redpen-core
- 1.7.4
+ 1.7.5-SNAPSHOT
cc.redpen
redpen-plugin
- 1.7.4
+ 1.7.5-SNAPSHOT
test
diff --git a/redpen-core/pom.xml b/redpen-core/pom.xml
index 21b006458..96b57ef7b 100644
--- a/redpen-core/pom.xml
+++ b/redpen-core/pom.xml
@@ -5,11 +5,11 @@
cc.redpen
redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
redpen-core
- 1.7.4
+ 1.7.5-SNAPSHOT
redpen-core
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).
http://redpen.cc
diff --git a/redpen-distribution/pom.xml b/redpen-distribution/pom.xml
index 6100a8350..7f194f315 100644
--- a/redpen-distribution/pom.xml
+++ b/redpen-distribution/pom.xml
@@ -3,7 +3,7 @@
redpen
cc.redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
4.0.0
diff --git a/redpen-plugin/pom.xml b/redpen-plugin/pom.xml
index b84cb4161..5cde951f5 100644
--- a/redpen-plugin/pom.xml
+++ b/redpen-plugin/pom.xml
@@ -3,7 +3,7 @@
redpen
cc.redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
jar
4.0.0
@@ -57,7 +57,7 @@
cc.redpen
redpen-core
- 1.7.4
+ 1.7.5-SNAPSHOT
junit
diff --git a/redpen-server/pom.xml b/redpen-server/pom.xml
index 391f57de8..c4c0e39a3 100644
--- a/redpen-server/pom.xml
+++ b/redpen-server/pom.xml
@@ -3,7 +3,7 @@
redpen
cc.redpen
- 1.7.4
+ 1.7.5-SNAPSHOT
4.0.0
@@ -164,7 +164,7 @@
cc.redpen
redpen-core
- 1.7.4
+ 1.7.5-SNAPSHOT
org.apache.wink
diff --git a/release.yml b/release.yml
index 94ac3a7b5..c17f0b57f 100644
--- a/release.yml
+++ b/release.yml
@@ -1,15 +1,15 @@
pipeline:
- - name: Set Version
- command: mvn versions:set -DnewVersion=$REDPEN_VERSION
- - name: Add Files to the Next Changes
- command: git add pom.xml; git add **/*.xml
- - name: Commit Version Changes
- command: git commit -m "Set version in pom.xml to $REDPEN_VERSION"
+ # - name: Set Version
+ # command: mvn versions:set -DnewVersion=$REDPEN_VERSION
+ # - name: Add Files to the Next Changes
+ # command: git add pom.xml; git add **/*.xml
+ # - name: Commit Version Changes
+ # command: git commit -m "Set version in pom.xml to $REDPEN_VERSION"
# - name: Delopy to Sonatype
# command: mvn clean deploy -DperformRelease --settings ~/.m2/settings.xml
- - name: Create Release Tag
- command: git tag -a redpen-$REDPEN_VERSION -m "RedPen release $REDPEN_VERSION"
+ # - name: Create Release Tag
+ # command: git tag -a redpen-$REDPEN_VERSION -m "RedPen release $REDPEN_VERSION"
- name: Flush Next Release Version Number
command: echo $REDPEN_VERSION | awk -F. -v OFS=. 'NF==1{print ++$NF}; NF>1{if(length($NF+1)>length($NF))$(NF-1)++; $NF=sprintf("%0*d-SNAPSHOT", length($NF), ($NF+1)%(10^length($NF))); print}'
- name: Echo Next Version