Repository: juddi Updated Branches: refs/heads/master 57e180549 -> caacbf7d4
JUDDI-980 parent pom update Project: http://git-wip-us.apache.org/repos/asf/juddi/repo Commit: http://git-wip-us.apache.org/repos/asf/juddi/commit/caacbf7d Tree: http://git-wip-us.apache.org/repos/asf/juddi/tree/caacbf7d Diff: http://git-wip-us.apache.org/repos/asf/juddi/diff/caacbf7d Branch: refs/heads/master Commit: caacbf7d40836f7e5e96f980561602776bb5adca Parents: 57e1805 Author: Alex O'Ree <[email protected]> Authored: Sun Oct 15 09:00:02 2017 -0400 Committer: Alex O'Ree <[email protected]> Committed: Sun Oct 15 09:00:02 2017 -0400 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 2 +- uddi-tck/pom.xml | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/juddi/blob/caacbf7d/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 63a8e6a..2cbf551 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ docs/db/ddl/*.ddl uddi-tck/pref-rpt-*.txt nb-configuration.xml *.orig +uddi-tck/drivers/ http://git-wip-us.apache.org/repos/asf/juddi/blob/caacbf7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 356eb3d..9121f9a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>13</version> + <version>18</version> </parent> <packaging>pom</packaging> <groupId>org.apache.juddi</groupId> http://git-wip-us.apache.org/repos/asf/juddi/blob/caacbf7d/uddi-tck/pom.xml ---------------------------------------------------------------------- diff --git a/uddi-tck/pom.xml b/uddi-tck/pom.xml index d5dd2a8..62e0d1c 100644 --- a/uddi-tck/pom.xml +++ b/uddi-tck/pom.xml @@ -344,7 +344,6 @@ <executions> <execution> <goals> - <goal>jar</goal> <goal>test-jar</goal> </goals> </execution> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
