<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Automatic Version Change when the SDN application gets published in Software Defined Networking</title>
    <link>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6303141#M1231</link>
    <description>&lt;P&gt;Good day to everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been looking around where to change the versions as I do modifications to my "&lt;U&gt;modules&lt;/U&gt;" (Bundles).&lt;/P&gt;&lt;P&gt;It seems like each bundle has its own version located on the &lt;U&gt;pom.xml&lt;/U&gt; file, moreover it is referenced to the parent pom.xml file located in the "root".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover we got the "&lt;U&gt;Descriptor and plan.xml&lt;/U&gt;" files which also have the version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which files should I change in order to show I've upgraded my version?&lt;/P&gt;&lt;P&gt;Is it there any better way?, in .net the version increases every time I have a new compilation. Is it there any similar way to do so from Eclipse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards to all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2013 23:56:08 GMT</pubDate>
    <dc:creator>Melcayas</dc:creator>
    <dc:date>2013-12-12T23:56:08Z</dc:date>
    <item>
      <title>Automatic Version Change when the SDN application gets published</title>
      <link>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6303141#M1231</link>
      <description>&lt;P&gt;Good day to everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been looking around where to change the versions as I do modifications to my "&lt;U&gt;modules&lt;/U&gt;" (Bundles).&lt;/P&gt;&lt;P&gt;It seems like each bundle has its own version located on the &lt;U&gt;pom.xml&lt;/U&gt; file, moreover it is referenced to the parent pom.xml file located in the "root".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover we got the "&lt;U&gt;Descriptor and plan.xml&lt;/U&gt;" files which also have the version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which files should I change in order to show I've upgraded my version?&lt;/P&gt;&lt;P&gt;Is it there any better way?, in .net the version increases every time I have a new compilation. Is it there any similar way to do so from Eclipse?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards to all&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2013 23:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6303141#M1231</guid>
      <dc:creator>Melcayas</dc:creator>
      <dc:date>2013-12-12T23:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Version Change when the SDN application gets published</title>
      <link>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6354405#M1232</link>
      <description>&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;Thanks for your query.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;Currently, version strings appear in &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;1) Root and children pom file – this is for versioning the artifacts.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;2) Descriptor file – this is for displaying the application version on the UI in “Applications” tab. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;3) Plan file – This is for tell OSGI the order of deployment of artifacts.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;Since Descriptor and Plan files are not generated from pom files, we have to manually edit these. But this is going to change in future. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;To change the root and children pom files at one shot we can use the command – mvn versions: set -DnewVersion=3.0 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;'Please let us know if this answers your question by marking this response as an 'accepted solution’ or if it has been helpful click on the purple star to the left to give me kudos'.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" face="arial,helvetica,sans-serif"&gt;HP SDN Team &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 10:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6354405#M1232</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-02-05T10:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Version Change when the SDN application gets published</title>
      <link>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6365315#M1233</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Just following up to see if the previous post answers your query.&lt;/P&gt;&lt;P&gt;Please feel free to reply incase you have more questions around the same topic or open a new thread if new&amp;nbsp; topic.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you feel we have answered your question, please do let us know by marking this response as an 'accepted solution’.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;HP SDN Team&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 10:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-defined-networking/automatic-version-change-when-the-sdn-application-gets-published/m-p/6365315#M1233</guid>
      <dc:creator>sdnindia</dc:creator>
      <dc:date>2014-02-05T10:43:48Z</dc:date>
    </item>
  </channel>
</rss>

