Skip to content

Commit

Permalink
Merge pull request pentaho#5051 from befc/BACKLOG-19695_update-common…
Browse files Browse the repository at this point in the history
…s-vfs2-v2.2

[BACKLOG-19695] Update commons-vfs2 artifact version from 2.1 to 2.2
  • Loading branch information
pedrofvteixeira authored Mar 19, 2018
2 parents 0bb1c6d + bdc0c93 commit 9a40223
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<spring.framework.version>4.3.2.RELEASE</spring.framework.version>
<commons-collections.version>3.2.2</commons-collections.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<commons-io.version>2.2</commons-io.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<commons-pool.version>1.5.7</commons-pool.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-analytics/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<pdi.version>8.1.0.0-SNAPSHOT</pdi.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<commons-codec.version>1.9</commons-codec.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-logging.version>1.2</commons-logging.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/gpload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<org.eclipse.swt.version>4.6</org.eclipse.swt.version>
<jface.version>3.3.0-I20070606-0010</jface.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<pdi.version>8.1.0.0-SNAPSHOT</pdi.version>
<mockito.version>1.9.5</mockito.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/json/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<metaverse.version>8.1.0.0-SNAPSHOT</metaverse.version>
<platform.version>8.1.0.0-SNAPSHOT</platform.version>
<commons.io.version>1.4</commons.io.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<commons-codec.version>1.9</commons-codec.version>
<commons-lang.version>2.6</commons-lang.version>
<encoder.version>1.2</encoder.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/openerp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<org.eclipse.swt.version>4.6</org.eclipse.swt.version>
<jface.version>3.3.0-I20070606-0010</jface.version>
<junit.version>4.7</junit.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<pdi.version>8.1.0.0-SNAPSHOT</pdi.version>
<mockito.version>1.9.5</mockito.version>
<openerp-java-api.version>1.3.0</openerp-java-api.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/pentaho-googledrive-vfs/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<project.http.version>1.22.0</project.http.version>
<project.oauth.version>1.22.0</project.oauth.version>
<!--project.build.sourceEncoding>UTF-8</project.build.sourceEncoding-->
<project.commons-vfs2.version>2.1-20150824</project.commons-vfs2.version>
<project.commons-vfs2.version>2.2</project.commons-vfs2.version>
<project.junit.version>4.4</project.junit.version>
<project.mockito.version>1.8.4</project.mockito.version>
<pdi.version>8.1.0.0-SNAPSHOT</pdi.version>
Expand Down
2 changes: 1 addition & 1 deletion plugins/repositories/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<osgi.version>4.3.1</osgi.version>
<json-simple.version>1.1</json-simple.version>
<javax.servlet-api.version>3.0.1</javax.servlet-api.version>
<commons-vfs2.version>2.1-20150824</commons-vfs2.version>
<commons-vfs2.version>2.2</commons-vfs2.version>
<eclipse.version>3.6.0</eclipse.version>
<pax-web-spi.version>3.1.4</pax-web-spi.version>
<junit.version>4.11</junit.version>
Expand Down

0 comments on commit 9a40223

Please sign in to comment.