[ https://issues.apache.org/jira/browse/ATLAS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shwetha G S updated ATLAS-15: ----------------------------- Issue Type: Bug (was: Sub-task) Parent: (was: ATLAS-8) > Remove hard-coding of project version in tests > ---------------------------------------------- > > Key: ATLAS-15 > URL: https://issues.apache.org/jira/browse/ATLAS-15 > Project: Atlas > Issue Type: Bug > Reporter: Shwetha G S > Assignee: Shwetha G S > Fix For: 0.5.0 > > > {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)