Till Westmann has submitted this change and it was merged. Change subject: some more graduation changes ......................................................................
some more graduation changes Change-Id: Ia901209e62a6803817e63a8495b07987cd95e0e1 Reviewed-on: https://asterix-gerrit.ics.uci.edu/985 Sonar-Qube: Jenkins <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> Reviewed-by: Yingyi Bu <[email protected]> --- M asterixdb/pom.xml M hyracks-fullstack/pom.xml 2 files changed, 2 insertions(+), 12 deletions(-) Approvals: Yingyi Bu: Looks good to me, approved Jenkins: Verified; No violations found; Verified diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 4d372d5..d7b0fed 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -206,7 +206,6 @@ <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory> <resourceBundles> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> - <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> </resourceBundles> </configuration> </execution> @@ -361,10 +360,9 @@ </build> <scm> - <connection>scm:git:https://github.com/apache/incubator-asterixdb</connection> + <connection>scm:git:https://github.com/apache/asterixdb</connection> <developerConnection>scm:git:ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb</developerConnection> - <url>https://github.com/apache/incubator-asterixdb</url> - + <url>https://github.com/apache/asterixdb</url> <tag>HEAD</tag> </scm> diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml index 8ea61dc..e0b12dd 100644 --- a/hyracks-fullstack/pom.xml +++ b/hyracks-fullstack/pom.xml @@ -275,7 +275,6 @@ <configuration> <resourceBundles combine.children="append"> <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> - <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle> </resourceBundles> </configuration> </execution> @@ -372,13 +371,6 @@ </plugins> </pluginManagement> </build> - - <scm> - <connection>scm:git:https://github.com/apache/incubator-asterixdb-hyracks</connection> - <developerConnection>scm:git:ssh://fulliautomatix.ics.uci.edu:29418/hyracks</developerConnection> - <url>https://github.com/apache/incubator-asterixdb-hyracks</url> - <tag>HEAD</tag> - </scm> <profiles> <profile> -- To view, visit https://asterix-gerrit.ics.uci.edu/985 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia901209e62a6803817e63a8495b07987cd95e0e1 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Till Westmann <[email protected]> Gerrit-Reviewer: Ian Maxon <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]>
