1 Reply Latest reply on Aug 26, 2013 3:21 AM by maxandersen

    Building the hibernate plugin

    lindholm

      How do I change the version number of the plugin when I build it?

       

      I downloaded the source and built the installation archive, but when I tried to install it in Eclipse

      the plugin version was 3.7.0.Alpha1-v20130820-1847 and since the current version is 3.7.0.Final-v20130717-0715-B84

      Eclipse won't let me install my version since it appears to be older.

       

      I tried changing the 3.7.0 values in the *.xml files to 3.7.1 but then the build fails with various

      different errors

       

      Any suggestions?

       

      Thanks

       

        George

        • 1. Re: Building the hibernate plugin
          maxandersen

          which repo/branch are you using ?

           

          if it is just a matter of overriding the Alpha vs Final qualifier you can do that by setting the BUILD_ALIAS:

           

          mvn -DBUILD_ALIAS=Z verify

           

          if you want/need to bump the real version qualifier you can do that by calling:

           

          mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=3.7.1-