Skip to content

Commit

Permalink
modify branch TO 0.0.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
houbb committed Mar 14, 2019
1 parent c5afe07 commit 2f7c2dc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion idoc-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>idoc</artifactId>
<groupId>com.github.houbb</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion idoc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>idoc</artifactId>
<groupId>com.github.houbb</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion idoc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>idoc</artifactId>
<groupId>com.github.houbb</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion idoc-ftl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>idoc</artifactId>
<groupId>com.github.houbb</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions idoc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>idoc</artifactId>
<groupId>com.github.houbb</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -32,7 +32,7 @@
<plugin>
<groupId>com.github.houbb</groupId>
<artifactId>idoc-core</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<configuration>
<isAllInOne>true</isAllInOne>
<generates>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>idoc</artifactId>
<packaging>pom</packaging>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>

<modules>
<module>idoc-api</module>
Expand Down
6 changes: 3 additions & 3 deletions release_rm.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
echo "============================= RELEASE START..."

## 版本号信息(需要手动指定)
oldVersion="0.0.2"
newVersion="0.0.2"
projectName="iexcel"
oldVersion="0.0.3"
newVersion="0.0.3"
projectName="idoc"

# 删除分支
oldBranchName="release_"${oldVersion}
Expand Down

0 comments on commit 2f7c2dc

Please sign in to comment.