Skip to content

Commit

Permalink
Update version to 2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
kohii committed Sep 17, 2018
1 parent c70ab90 commit 2134436
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
<packaging>pom</packaging>
<modules>
<module>smoothcsv-commons</module>
Expand Down
4 changes: 2 additions & 2 deletions smoothcsv-app-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-app-modules</artifactId>
<packaging>pom</packaging>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-framework</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-app-modules/smoothcsv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-app-modules</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions smoothcsv-app-modules/smoothcsv-debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-app-modules</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-debug</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions smoothcsv-app-modules/smoothcsv-ja/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-app-modules</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-ja</artifactId>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down
4 changes: 2 additions & 2 deletions smoothcsv-app-modules/smoothcsv-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-app-modules</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-mac</artifactId>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-app-modules/smoothcsv-windows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-app-modules</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-windows</artifactId>
</project>
2 changes: 1 addition & 1 deletion smoothcsv-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-commons</artifactId>

Expand Down
12 changes: 6 additions & 6 deletions smoothcsv-debuglauncher-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-debuglauncher-mac</artifactId>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-framework</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-debug</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-mac</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-ja</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions smoothcsv-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-framework</artifactId>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-commons</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-swing</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>
</project>
10 changes: 5 additions & 5 deletions smoothcsv-launcher-mac/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-launcher-mac</artifactId>

Expand All @@ -16,22 +16,22 @@
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-framework</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-mac</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-ja</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-launcher-win/build-installer-x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define JavaHome "C:\Program Files\Java\jdk1.8.0_161\jre"
#define OsType "x64"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta2"
#define MyAppVersion "2.0.0-beta3"
#define MyAppPublisher "kohii"
#define MyAppURL "http://smoothcsv.com/"
#define MyAppExeName "SmoothCSV.exe"
Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-launcher-win/build-installer-x86.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define JavaHome "C:\Program Files (x86)\Java\jre1.8.0_161"
#define OsType "x86"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta2"
#define MyAppVersion "2.0.0-beta3"
#define MyAppPublisher "kohii"
#define MyAppURL "http://smoothcsv.com/"
#define MyAppExeName "SmoothCSV.exe"
Expand Down
10 changes: 5 additions & 5 deletions smoothcsv-launcher-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-launcher-win</artifactId>
<dependencies>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-framework</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-core</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-windows</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-ja</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions smoothcsv-swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</parent>
<artifactId>smoothcsv-swing</artifactId>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.smoothcsv</groupId>
<artifactId>smoothcsv-commons</artifactId>
<version>2.0.0-beta2</version>
<version>2.0.0-beta3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions update_version.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mvn versions:set -DnewVersion=${version}
mvn versions:commit

sed -i '' 's/${oldVersion}/${version}/g' smoothcsv-launcher-win/build-installer-x64.iss
sed -i '' 's/${oldVersion}/${version}/g' smoothcsv-launcher-win/build-installer-x86.iss

git add .
git commit -m "Update version to ${version}"

sed -i 's/${oldVersion}/${version}/g' smoothcsv-launcher-win/build-installer-x64.iss
sed -i 's/${oldVersion}/${version}/g' smoothcsv-launcher-win/build-installer-x86.iss

git tag v${version}
git push origin --tags

0 comments on commit 2134436

Please sign in to comment.