New pom updates for Java 1.8.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/da0e324c Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/da0e324c Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/da0e324c Branch: refs/heads/prestonc/basex Commit: da0e324c61cdaa3b57c1a397857c2cfd2fb17e49 Parents: 5313291 Author: Preston Carman <[email protected]> Authored: Fri Oct 23 14:54:41 2015 -0700 Committer: Preston Carman <[email protected]> Committed: Fri Oct 23 14:54:41 2015 -0700 ---------------------------------------------------------------------- pom.xml | 5 ++--- .../resources/images/eclipse_xml_editor_screen.png | Bin 0 -> 75948 bytes vxquery-benchmark/pom.xml | 1 - vxquery-server/pom.xml | 2 -- 4 files changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/vxquery/blob/da0e324c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f6a75cd..ca69e97 100644 --- a/pom.xml +++ b/pom.xml @@ -375,8 +375,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin> @@ -388,7 +388,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.4.2</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> http://git-wip-us.apache.org/repos/asf/vxquery/blob/da0e324c/src/site/resources/images/eclipse_xml_editor_screen.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/eclipse_xml_editor_screen.png b/src/site/resources/images/eclipse_xml_editor_screen.png new file mode 100644 index 0000000..db430f5 Binary files /dev/null and b/src/site/resources/images/eclipse_xml_editor_screen.png differ http://git-wip-us.apache.org/repos/asf/vxquery/blob/da0e324c/vxquery-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-benchmark/pom.xml b/vxquery-benchmark/pom.xml index 81feaf8..d55f05e 100644 --- a/vxquery-benchmark/pom.xml +++ b/vxquery-benchmark/pom.xml @@ -49,7 +49,6 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>2.5</version> <executions> <execution> <id>copy-scripts</id> http://git-wip-us.apache.org/repos/asf/vxquery/blob/da0e324c/vxquery-server/pom.xml ---------------------------------------------------------------------- diff --git a/vxquery-server/pom.xml b/vxquery-server/pom.xml index 6021b39..04ea34a 100644 --- a/vxquery-server/pom.xml +++ b/vxquery-server/pom.xml @@ -71,7 +71,6 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>2.5</version> <executions> <execution> <id>copy-scripts</id> @@ -107,7 +106,6 @@ </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> <executions> <execution> <configuration>
