[jboss-jira] [JBoss JIRA] (AS7-6733) Product Version should not prepend product name with JBoss
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Thu Mar 14 05:13:42 EDT 2013
Tristan Tarrant created AS7-6733:
------------------------------------
Summary: Product Version should not prepend product name with JBoss
Key: AS7-6733
URL: https://issues.jboss.org/browse/AS7-6733
Project: Application Server 7
Issue Type: Bug
Components: Server
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Reporter: Tristan Tarrant
Assignee: Jason Greene
Priority: Minor
Fix For: 8.0.0.Alpha1
version/src/main/java/org/jboss/as/version/ProductConfig.java prepends the Product Name with 'JBoss' which is inappropriate for community projects. The result is that at startup I get the following
"INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss Infinispan Server 5.3.0-SNAPSHOT (AS 7.2.0.Final) started in 3059ms"
where instead I should see
"INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: Infinispan Server 5.3.0-SNAPSHOT (AS 7.2.0.Final) started in 3059ms"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list