Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Slider
Copyright 2015-2016 The Apache Software Foundation
Copyright 2014-2015 The Apache Software Foundation

This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).
2 changes: 1 addition & 1 deletion app-packages/accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.slider.packages</groupId>
<artifactId>slider-app-packages</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/command-logger/application-pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/command-logger/slider-pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/hbase-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider.packages</groupId>
<artifactId>slider-app-packages</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider.packages</groupId>
<artifactId>slider-app-packages</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/storm-win/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider.packages</groupId>
<artifactId>slider-app-packages</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion app-packages/storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.slider.packages</groupId>
<artifactId>slider-app-packages</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<name>Slider</name>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
<packaging>pom</packaging>

<description>
Expand Down Expand Up @@ -1432,6 +1432,7 @@
<exclude>DISCLAIMER</exclude>
<exclude>app-packages/hbase/target/**</exclude>
<exclude>target/*</exclude>
<exclude>DEPENDENCIES</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion slider-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>slider-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slider-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion slider-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion slider-funtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.slider</groupId>
<artifactId>slider</artifactId>
<version>0.81.0-incubating-SNAPSHOT</version>
<version>0.81.1-incubating</version>
</parent>
<properties>
<work.dir>package-tmp</work.dir>
Expand Down