Repository: incubator-reef
Updated Branches:
  refs/heads/branch-0.11.0-incubating [created] d76802b4c


Fixed an issue in 
lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
turn <IsSnapshot>false</IsSnapshot> in build.prop
set <tag>reef-project-0.11.0-incubating</tag> in pom file

Author: Julia Wang


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

Branch: refs/heads/branch-0.11.0-incubating
Commit: 1e78f65b4b27351677c93800fc42e84e77a6bed2
Parents: 39ab949
Author: Julia Wang <[email protected]>
Authored: Wed Apr 29 12:20:18 2015 -0700
Committer: Julia Wang <[email protected]>
Committed: Wed Apr 29 12:20:18 2015 -0700

----------------------------------------------------------------------
 .../Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj | 4 ++--
 lang/cs/build.props                                              | 2 +-
 pom.xml                                                          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
----------------------------------------------------------------------
diff --git 
a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj 
b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
index 21637e7..31e4858 100644
--- a/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
+++ b/lang/cs/Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj
@@ -95,7 +95,7 @@ under the License.
 
     <PropertyGroup>
         <BuildCommand>$(NuGetCommand) pack "$(FinalizedNuspecFile)" -BasePath 
$(NugetProjectPath) -Properties 
"Configuration=$(Configuration);Platform=$(Platform);REEF_Version=$(REEF_Version);Version=$(REEF_NugetVersion)"
 $(NonInteractiveSwitch) -OutputDirectory "$(PackageOutputDir)" </BuildCommand>
-        
<ReefVer>$([System.String]::Copy('$(REEF_NugetVersion)').Replace('-SNAPSHOT-',''))</ReefVer>
+       <!-- 
<ReefVer>$([System.String]::Copy('$(REEF_NugetVersion)').Replace('-SNAPSHOT-',''))</ReefVer>
 -->
     </PropertyGroup>
 
     <ItemGroup>
@@ -104,8 +104,8 @@ under the License.
         <Line Include="line03"><Text>$copyToOutput1 = 
$file1.Properties.Item("CopyToOutputDirectory")</Text></Line>
         <Line Include="line04"><Text>$copyToOutput1.Value = 2</Text></Line>
         <!--Copy the client JAR-->
-       <Line Include="line05"><Text>$file2 = 
$project.ProjectItems.Item("reef-bridge-client-$(ReefVer)-incubating-SNAPSHOT-shaded.jar")</Text></Line>
         <Line Include="line05"><Text>$file2 = 
$project.ProjectItems.Item("reef-bridge-client-$(REEF_Version)-shaded.jar")</Text></Line>
+        <Line Include="line06"><Text>$copyToOutput2 = 
$file2.Properties.Item("CopyToOutputDirectory")</Text></Line>
         <Line Include="line07"><Text>$copyToOutput2.Value = 2</Text></Line>
         <LineText Include="%(Line.Text)" />
     </ItemGroup>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/lang/cs/build.props
----------------------------------------------------------------------
diff --git a/lang/cs/build.props b/lang/cs/build.props
index f7f2cf1..4f29824 100644
--- a/lang/cs/build.props
+++ b/lang/cs/build.props
@@ -53,7 +53,7 @@ under the License.
   <!-- REEF NuGet properties -->
   <PropertyGroup>
     <RemoveIncubating>true</RemoveIncubating>
-    <IsSnapshot>true</IsSnapshot>
+    <IsSnapshot>false</IsSnapshot>
     <SnapshotNumber>92</SnapshotNumber>
     <PushPackages>false</PushPackages>
     <NuGetRepository>https://www.nuget.org</NuGetRepository>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/1e78f65b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dc84e3b..a175f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@ under the License.
         <connection>scm:git:[email protected]:apache/incubator-reef</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef</developerConnection>
         <url>scm:git:[email protected]:apache/incubator-reef</url>
-        <tag>HEAD</tag>
+        <tag>reef-project-0.11.0-incubating</tag>
     </scm>
 
     <developers>

Reply via email to