Repository: incubator-reef Updated Branches: refs/heads/master 193657ecb -> 942af9b3f
[REEF-783] Update snapshot version number to 01 JIRA: [REEF-783](https://issues.apache.org/jira/browse/REEF-783) Pull Request: This closes #525 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/942af9b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/942af9b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/942af9b3 Branch: refs/heads/master Commit: 942af9b3f7d22a64da3ab54f712a94fdd90781a6 Parents: 193657e Author: Julia Wang <jul...@apache.org> Authored: Fri Sep 25 17:04:39 2015 -0700 Committer: Markus Weimer <wei...@apache.org> Committed: Sun Sep 27 16:04:09 2015 -0700 ---------------------------------------------------------------------- lang/cs/build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/942af9b3/lang/cs/build.props ---------------------------------------------------------------------- diff --git a/lang/cs/build.props b/lang/cs/build.props index 0edcdc1..e2347b1 100644 --- a/lang/cs/build.props +++ b/lang/cs/build.props @@ -58,7 +58,7 @@ under the License. <PropertyGroup> <RemoveIncubating>true</RemoveIncubating> <IsSnapshot>true</IsSnapshot> - <SnapshotNumber>00</SnapshotNumber> + <SnapshotNumber>01</SnapshotNumber> <PushPackages>false</PushPackages> <NuGetRepository>https://www.nuget.org</NuGetRepository> </PropertyGroup>