Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EE9D184CB for ; Sun, 22 Nov 2015 12:08:43 +0000 (UTC) Received: (qmail 52801 invoked by uid 500); 22 Nov 2015 12:08:43 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 52740 invoked by uid 500); 22 Nov 2015 12:08:43 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 52729 invoked by uid 99); 22 Nov 2015 12:08:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Nov 2015 12:08:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B611ADFCF4; Sun, 22 Nov 2015 12:08:42 +0000 (UTC) From: remibergsma To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: Quota Content-Type: text/plain Message-Id: <20151122120842.B611ADFCF4@git1-us-west.apache.org> Date: Sun, 22 Nov 2015 12:08:42 +0000 (UTC) Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/768#issuecomment-158753409 @abhinandanprateek @bhaisaab @jburwell Hi guys, I want to run soms tests to see if we can get this in 4.7. As master is on 4.7.0-SNAPSHOT now, please also update the plugin version. The build now fails: ``` 13:02:25 [ERROR] The build could not read 2 projects -> [Help 1] 13:02:25 [ERROR] 13:02:25 [ERROR] The project org.apache.cloudstack:cloud-plugin-database-quota:4.6.0-SNAPSHOT (/data/jenkins-slave/workspace/acs-ci-build/002-checkout-and-build/plugins/database/quota/pom.xml) has 2 errors 13:02:25 [ERROR] 'dependencies.dependency.version' for org.apache.commons:commons-lang3:jar must be a valid version but is '${cs.commons-lang3.version}'. @ line 51, column 16 13:02:25 [ERROR] 'dependencies.dependency.version' for joda-time:joda-time:jar must be a valid version but is '${cs.joda-time.version}'. @ line 56, column 16 13:02:25 [ERROR] 13:02:25 [ERROR] The project org.apache.cloudstack:cloud-framework-quota:4.6.0-SNAPSHOT (/data/jenkins-slave/workspace/acs-ci-build/002-checkout-and-build/framework/quota/pom.xml) has 1 error 13:02:25 [ERROR] 'dependencies.dependency.version' for org.apache.commons:commons-lang3:jar must be a valid version but is '${cs.commons-lang3.version}'. @ line 66, column 16 13:02:25 [ERROR] 13:02:25 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 13:02:25 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 13:02:25 [ERROR] 13:02:25 [ERROR] For more information about the errors and possible solutions, please read the following articles: 13:02:25 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException ``` Ping me when done so I can run the integration tests. Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---