You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/04/30 00:22:22 UTC

[3/4] incubator-reef git commit: change the tag in pom and a minor fix in Bridge.Jar.csproj

change the tag in pom and a minor fix in Bridge.Jar.csproj


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

Branch: refs/heads/branch-0.11.0-incubating-maven
Commit: 22b2a2d0d1ed9e5295374f10954728d8d8dbc1d4
Parents: 39ab949
Author: Julia Wang <jw...@yahoo.com>
Authored: Wed Apr 29 12:55:14 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
Committed: Wed Apr 29 12:55:14 2015 -0700

----------------------------------------------------------------------
 .../Org.Apache.REEF.Bridge.JAR/Org.Apache.REEF.Bridge.JAR.csproj   | 2 +-
 pom.xml                                                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/22b2a2d0/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..2d0ba23 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
@@ -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/22b2a2d0/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:git@github.com:apache/incubator-reef</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-reef</developerConnection>
         <url>scm:git:git@github.com:apache/incubator-reef</url>
-        <tag>HEAD</tag>
+        <tag>reef-project-0.11.0-incubating</tag>
     </scm>
 
     <developers>