Skip to content

Commit

Permalink
bumping to isis 1.7.0-SNAPSHOT, removing references...\n\n...to isis-…
Browse files Browse the repository at this point in the history
…core-profilestore, isis-module-background;\nupdated README on how to run the demo app
  • Loading branch information
danhaywood committed Oct 11, 2014
1 parent b0659e7 commit d9ad345
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
19 changes: 19 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,25 @@ Arbitrary charts can be returned from any action. For example this action:
![](https://raw.github.com/isisaddons/isis-wicket-wickedcharts/master/images/070-scalar-chart.png)


## How to run the Demo App ##

The prerequisite software is:

* Java JDK 7 (nb: Isis currently does not support JDK 8)
* [maven 3](http://maven.apache.org) (3.2.x is recommended).

To build the demo app:

git clone https://github.com/isisaddons/isis-wicket-wickedcharts.git
mvn clean install

To run the demo app:

mvn antrun:run -P self-host

Then log on using user: `sven`, password: `pass`


## API & Usage ##

### Summary Charts ###
Expand Down
4 changes: 2 additions & 2 deletions cpt/pom.xml
Expand Up @@ -56,8 +56,8 @@ language governing permissions and limitations under the License.
<compileSource>1.7</compileSource>
<compileTarget>1.7</compileTarget>

<isis.version>1.6.0</isis.version>
<isis-viewer-wicket.version>1.6.0</isis-viewer-wicket.version>
<isis.version>1.7.0-SNAPSHOT</isis.version>
<isis-viewer-wicket.version>1.7.0-SNAPSHOT</isis-viewer-wicket.version>

<wicked-charts.version>1.5.0</wicked-charts.version>

Expand Down
4 changes: 0 additions & 4 deletions webapp/pom.xml
Expand Up @@ -171,10 +171,6 @@ language governing permissions and limitations under the License.
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-wrapper</artifactId>
</dependency>
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-profilestore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-core-security</artifactId>
Expand Down

0 comments on commit d9ad345

Please sign in to comment.