You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by we...@apache.org on 2016/03/29 19:38:15 UTC

reef git commit: [REEF-1290] Update snapshot number

Repository: reef
Updated Branches:
  refs/heads/master 4941eb604 -> 24241bc8f


[REEF-1290] Update snapshot number

JIRA:
  [REEF-1290](https://issues.apache.org/jira/browse/REEF-1290)

Pull Request:
  This closes #910


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/24241bc8
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/24241bc8
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/24241bc8

Branch: refs/heads/master
Commit: 24241bc8f61de34d56ebd26fa40e880ae6bb9c42
Parents: 4941eb6
Author: Julia Wang <ju...@apache.org>
Authored: Mon Mar 28 15:02:38 2016 -0700
Committer: Markus Weimer <we...@apache.org>
Committed: Tue Mar 29 10:37:13 2016 -0700

----------------------------------------------------------------------
 lang/cs/build.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/24241bc8/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index 11d367a..5c2068b 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -59,7 +59,7 @@ under the License.
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <IsSnapshot>true</IsSnapshot>
-    <SnapshotNumber>01</SnapshotNumber>
+    <SnapshotNumber>03</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>
     <NuGetError>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</NuGetError>