Skip to content

Commit

Permalink
[BACKLOG-8047] - changing pentaho version dependencies to 7.1. changi…
Browse files Browse the repository at this point in the history
…ng parent pom to latest
  • Loading branch information
Kurtis Walker committed Nov 4, 2016
1 parent 62e33d4 commit 34e8699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>1.2.8</version>
<version>2.0.4</version>
</parent>

<groupId>pentaho</groupId>
Expand Down
8 changes: 4 additions & 4 deletions workbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<url>scm:git:git@github.com:pentaho/${project.artifactId}.git</url>
</scm>
<properties>
<dependency.kettle.revision>7.0-SNAPSHOT</dependency.kettle.revision>
<dependency.pentaho-application-launcher.revision>7.0-SNAPSHOT</dependency.pentaho-application-launcher.revision>
<dependency.kettle.revision>7.1-SNAPSHOT</dependency.kettle.revision>
<dependency.pentaho-application-launcher.revision>7.1-SNAPSHOT</dependency.pentaho-application-launcher.revision>
<dependency.groovy-all.revision>2.4.7</dependency.groovy-all.revision>
<dependency.jersey.revision>1.19.1</dependency.jersey.revision>
<dependency.pdi-dataservice-client-plugin.revision>7.0-SNAPSHOT</dependency.pdi-dataservice-client-plugin.revision>
<dependency.oss-licenses.revision>7.0-SNAPSHOT</dependency.oss-licenses.revision>
<dependency.pdi-dataservice-client-plugin.revision>7.1-SNAPSHOT</dependency.pdi-dataservice-client-plugin.revision>
<dependency.oss-licenses.revision>7.1-SNAPSHOT</dependency.oss-licenses.revision>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 34e8699

Please sign in to comment.