You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/02/27 20:08:22 UTC

[GitHub] mikewalch closed pull request #16: Minor update in preperation for 1.0.0 release

mikewalch closed pull request #16: Minor update in preperation for 1.0.0 release
URL: https://github.com/apache/fluo-yarn/pull/16
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/README.md b/README.md
index 7974cd5..83566b5 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,12 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-# Fluo YARN launcher
+# Apache Fluo YARN launcher
 
 [![Build Status][ti]][tl] [![Apache License][li]][ll]
 
 A tool for running Apache Fluo applications in Hadoop YARN.
 
-**This is currently a work in progress that depends on unreleased features of Fluo and will not be ready for use until after Fluo 1.2.0 is released.**  Sometime after Fluo 1.2.0 is released this project will make its first release.
-
 ## Getting Started
 
 * [Documentation][docs] for running a Fluo application in YARN
diff --git a/pom.xml b/pom.xml
index ec732cb..0547b6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     <module>core</module>
   </modules>
   <properties>
-    <accumulo.version>1.6.5</accumulo.version>
+    <accumulo.version>1.7.3</accumulo.version>
     <findbugs.maxRank>9</findbugs.maxRank>
     <hadoop.version>2.6.3</hadoop.version>
     <logback.version>1.1.3</logback.version>
@@ -156,7 +156,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <!-- must put this here, due to MRELEASE-963 -->
-            <tagNameFormat>rel/fluo-@{project.version}</tagNameFormat>
+            <tagNameFormat>rel/fluo-yarn-@{project.version}</tagNameFormat>
           </configuration>
         </plugin>
       </plugins>
@@ -175,7 +175,6 @@
               <failOnWarning>true</failOnWarning>
               <ignoredDependencies>
                 <ignoredDependency>log4j:log4j:jar:*</ignoredDependency>
-                <ignoredDependency>org.apache.fluo:fluo-core:jar:${fluo.version}</ignoredDependency>
                 <ignoredDependency>org.apache.hadoop:hadoop-common:jar:${hadoop.version}</ignoredDependency>
                 <ignoredDependency>org.apache.hadoop:hadoop-client:jar:${hadoop.version}</ignoredDependency>
                 <ignoredDependency>org.apache.hadoop:hadoop-mapreduce-client-core:jar:${hadoop.version}</ignoredDependency>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services