Skip to content

Commit

Permalink
Update version to 0.8.2.18, Changelog, and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiromu Hota committed Jan 17, 2019
1 parent 1262fc5 commit 48d0357
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased

## 0.8.2.18 - 2019-01-17
### Added
- [docker] Copy the samples dir under ~/.kettle/data for convenience
- `WebSpoonUtils.getUISession()` to get the UISession from any child Thread of UIThread
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ $ unzip ~/Downloads/pdi-ce-8.2.0.0-342.zip
$ cd $CATALINA_HOME
$ cp -r ~/data-integration/system ./
$ cp -r ~/data-integration/plugins ./
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.17/install.sh
$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.18/install.sh
$ chmod +x install.sh
$ export version=0.8.2.17
$ export version=0.8.2.18
$ export dist=8.2.0.0-342
$ ./install.sh
$ ./bin/startup.sh
Expand Down Expand Up @@ -252,7 +252,7 @@ $ cd pentaho-kettle
$ mvn clean install -pl core,engine,security,ui
```

Optionally you can specify -Dmaven.test.skip=true to skip the tests
Optionally you can specify `-Dmaven.test.skip=true` to skip the tests

Build a war file (`spoon.war`):

Expand Down
2 changes: 1 addition & 1 deletion assemblies/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-ce</artifactId>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>
<packaging>pom</packaging>

<name>PDI Client Community Edition</name>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-libs</artifactId>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>
<packaging>pom</packaging>

<name>PDI Client Libraries</name>
Expand Down
2 changes: 1 addition & 1 deletion assemblies/static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>pdi-static</artifactId>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>
<packaging>pom</packaging>

<name>PDI Client Static Assets</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-core</artifactId>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>
<packaging>jar</packaging>

<name>PDI Core</name>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pentaho-kettle</groupId>
<artifactId>kettle-engine</artifactId>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>
<packaging>jar</packaging>

<name>PDI Engine</name>
Expand Down
2 changes: 1 addition & 1 deletion security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>webspoon-security</artifactId>
<packaging>jar</packaging>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>

<name>webSpoon Security</name>

Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>pentaho-kettle</groupId>
<artifactId>kettle-ui-swt</artifactId>
<packaging>jar</packaging>
<version>8.2.0.0-342-17</version>
<version>8.2.0.0-342-18</version>

<name>PDI User Interface</name>

Expand Down

0 comments on commit 48d0357

Please sign in to comment.