In all the app types, application versioning is done according to the format "<APP_NAME>-<APP_VERSION>-default". Here, what is the use of "-default" part? Is it just a string?
Roshan Deniyage Associate Technical Lead WSO2, Inc: http://wso2.com Mobile : +94 777636406 Twitter : *https://twitter.com/roshku <https://twitter.com/roshku>* LinkedIn : https://www.linkedin.com/in/roshandeniyage On Fri, Oct 31, 2014 at 11:16 AM, Danushka Fernando <[email protected]> wrote: > Hi Gayan > Where this versioning concept is implemented? If it is in ApplicationType > Processor may be we can merge .NET and PHP application type processors and > create an application type processor named something like > SingleTenantApplicationTypeProcessor. WDYT? > > Thanks & Regards > Danushka Fernando > Software Engineer > WSO2 inc. http://wso2.com/ > Mobile : +94716332729 > > On Fri, Oct 31, 2014 at 10:25 AM, Gayan Dhanushka <[email protected]> wrote: > >> Hi all, >> >> According to the current implementation in .NET applications versioning >> is done through the pom file generated with the .NET application archetype. >> This is not ideal since pom file is essentially used for artifact >> versioning and the concept is different from application versioning. The >> fact that we only use the maven archetype to build the .NET application >> also reiterate the need for proper versioning in .NET applications. >> >> As a solution I have done a fix to create a copy of the source version >> and rename it according to the format "<APP_NAME>-<APP_VERSION>-default" >> when creating a new version of a .NET application. This coincide with the >> way that we version PHP applications as well. >> >> Please share your thoughts on this. >> >> Regards >> GayanD >> >> -- >> Gayan Dhanuska >> Software Engineer >> http://wso2.com/ >> Lean Enterprise Middleware >> >> Mobile >> 071 666 2327 >> >> Office >> Tel : 94 11 214 5345 >> Fax : 94 11 214 5300 >> >> Twitter : https://twitter.com/gayanlggd >> > > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > >
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
