You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2015/06/16 08:30:00 UTC

[jira] [Created] (ATLAS-15) Remove hard-coding of project version in tests

Shwetha G S created ATLAS-15:
--------------------------------

             Summary: Remove hard-coding of project version in tests
                 Key: ATLAS-15
                 URL: https://issues.apache.org/jira/browse/ATLAS-15
             Project: Atlas
          Issue Type: Sub-task
            Reporter: Shwetha G S
            Assignee: Shwetha G S


{noformat}
atlas$ git grep 0.1-incubating
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java:                System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java:                System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
client/src/test/java/org/apache/atlas/security/BaseSecurityTest.java:                System.getProperty("release.version", "0.1-incubating-SNAPSHOT"));
webapp/src/test/java/org/apache/atlas/web/service/SecureEmbeddedServerITBase.java:                .format("/target/atlas-webapp-%s", System.getProperty("project.version", "0.1-incubating-SNAPSHOT"));
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)