You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2015/04/28 09:01:07 UTC

[jira] [Created] (REEF-284) Remove hard coded -SNAPSHOT in NuGet packages generation script

Julia created REEF-284:
--------------------------

             Summary: Remove hard coded -SNAPSHOT in NuGet packages generation script 
                 Key: REEF-284
                 URL: https://issues.apache.org/jira/browse/REEF-284
             Project: REEF
          Issue Type: Improvement
            Reporter: Julia


Currently -SNAPSHOT is hard coded in NuGet generating script. The NuGet version number is also generated in multiple places. We have a power shell script that extracts version number from pom file and updates version number in the Nuget specification and copy the nugget specifications to a centralized location. As we already get version number from pom file in build.prop, this is not necessary. 

We would like to
- Remove power shell script
- generate nugget version number in build.prop so that it can be used in other proj files
- Use flag instead of hard coding to decide if -SNAPSHOT or -incubating is needed as part of the version number. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)