Repository: incubator-reef Updated Branches: refs/heads/branch-0.11.0-incubating-maven 488f627b6 -> 85383e6ed
revert the pom file change made by [maven-release-plugin] prepare release reef-project-0.11.0-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/85383e6e Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/85383e6e Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/85383e6e Branch: refs/heads/branch-0.11.0-incubating-maven Commit: 85383e6ed6def6080801a5a69507a70436c9b3a5 Parents: 488f627 Author: Julia Wang <[email protected]> Authored: Wed May 20 17:15:18 2015 -0700 Committer: Julia Wang <[email protected]> Committed: Wed May 20 17:15:18 2015 -0700 ---------------------------------------------------------------------- lang/cs/pom.xml | 5 +++-- lang/java/reef-annotations/pom.xml | 5 +++-- lang/java/reef-bridge-client/pom.xml | 5 +++-- lang/java/reef-bridge-java/pom.xml | 5 +++-- lang/java/reef-checkpoint/pom.xml | 5 +++-- lang/java/reef-common/pom.xml | 5 +++-- lang/java/reef-examples-clr/pom.xml | 5 +++-- lang/java/reef-examples-hdinsight/pom.xml | 5 +++-- lang/java/reef-examples/pom.xml | 5 +++-- lang/java/reef-io/pom.xml | 5 +++-- lang/java/reef-poison/pom.xml | 5 +++-- lang/java/reef-runtime-hdinsight/pom.xml | 5 +++-- lang/java/reef-runtime-local/pom.xml | 5 +++-- lang/java/reef-runtime-mesos/pom.xml | 5 +++-- lang/java/reef-runtime-yarn/pom.xml | 5 +++-- lang/java/reef-tang/pom.xml | 5 +++-- lang/java/reef-tang/tang-test-jarA/pom.xml | 5 +++-- lang/java/reef-tang/tang-test-jarAB/pom.xml | 5 +++-- lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml | 5 +++-- lang/java/reef-tang/tang-test-jarB/pom.xml | 5 +++-- lang/java/reef-tang/tang/pom.xml | 5 +++-- lang/java/reef-tests/pom.xml | 5 +++-- lang/java/reef-utils-hadoop/pom.xml | 5 +++-- lang/java/reef-utils/pom.xml | 5 +++-- lang/java/reef-wake/pom.xml | 5 +++-- lang/java/reef-wake/wake/pom.xml | 5 +++-- lang/java/reef-webserver/pom.xml | 5 +++-- pom.xml | 5 +++-- website/pom.xml | 2 +- 29 files changed, 85 insertions(+), 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/cs/pom.xml ---------------------------------------------------------------------- diff --git a/lang/cs/pom.xml b/lang/cs/pom.xml index 6763891..0748836 100644 --- a/lang/cs/pom.xml +++ b/lang/cs/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-dotnet</artifactId> <name>REEF Dot Net</name> @@ -25,7 +26,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> </project> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-annotations/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-annotations/pom.xml b/lang/java/reef-annotations/pom.xml index c8912cd..ddbcd88 100644 --- a/lang/java/reef-annotations/pom.xml +++ b/lang/java/reef-annotations/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-bridge-client/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-bridge-client/pom.xml b/lang/java/reef-bridge-client/pom.xml index 29b5c75..34b64d3 100644 --- a/lang/java/reef-bridge-client/pom.xml +++ b/lang/java/reef-bridge-client/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-bridge-client</artifactId> <name>REEF Bridge (Client)</name> @@ -26,7 +27,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-bridge-java/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-bridge-java/pom.xml b/lang/java/reef-bridge-java/pom.xml index 5fc369a..0420812 100644 --- a/lang/java/reef-bridge-java/pom.xml +++ b/lang/java/reef-bridge-java/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-bridge-java</artifactId> <name>REEF Bridge Java</name> @@ -26,7 +27,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-checkpoint/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-checkpoint/pom.xml b/lang/java/reef-checkpoint/pom.xml index 477f20c..299e1f5 100644 --- a/lang/java/reef-checkpoint/pom.xml +++ b/lang/java/reef-checkpoint/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <artifactId>reef-checkpoint</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-common/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-common/pom.xml b/lang/java/reef-common/pom.xml index df1f5e6..2459d33 100644 --- a/lang/java/reef-common/pom.xml +++ b/lang/java/reef-common/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-examples-clr/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-examples-clr/pom.xml b/lang/java/reef-examples-clr/pom.xml index 1bf9637..391e02b 100644 --- a/lang/java/reef-examples-clr/pom.xml +++ b/lang/java/reef-examples-clr/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-examples-clr</artifactId> <name>REEF Examples CLR</name> @@ -26,7 +27,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-examples-hdinsight/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-examples-hdinsight/pom.xml b/lang/java/reef-examples-hdinsight/pom.xml index f9ec351..0249cc4 100644 --- a/lang/java/reef-examples-hdinsight/pom.xml +++ b/lang/java/reef-examples-hdinsight/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-examples-hdinsight</artifactId> <name>REEF Examples on HDInsight</name> @@ -25,7 +26,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-examples/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-examples/pom.xml b/lang/java/reef-examples/pom.xml index 074b223..52e5767 100644 --- a/lang/java/reef-examples/pom.xml +++ b/lang/java/reef-examples/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-examples</artifactId> <name>REEF Examples</name> @@ -25,7 +26,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-io/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-io/pom.xml b/lang/java/reef-io/pom.xml index 5a6ed8c..751569c 100644 --- a/lang/java/reef-io/pom.xml +++ b/lang/java/reef-io/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <artifactId>reef-io</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-poison/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-poison/pom.xml b/lang/java/reef-poison/pom.xml index cd04d1a..6819e1d 100644 --- a/lang/java/reef-poison/pom.xml +++ b/lang/java/reef-poison/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-runtime-hdinsight/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-runtime-hdinsight/pom.xml b/lang/java/reef-runtime-hdinsight/pom.xml index 1b34ad9..b9cb837 100644 --- a/lang/java/reef-runtime-hdinsight/pom.xml +++ b/lang/java/reef-runtime-hdinsight/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <name>REEF Runtime for HDInsight</name> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-runtime-local/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-runtime-local/pom.xml b/lang/java/reef-runtime-local/pom.xml index 584d68a..3d83051 100644 --- a/lang/java/reef-runtime-local/pom.xml +++ b/lang/java/reef-runtime-local/pom.xml @@ -17,13 +17,14 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-runtime-mesos/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-runtime-mesos/pom.xml b/lang/java/reef-runtime-mesos/pom.xml index 944d91d..7cda9ce 100644 --- a/lang/java/reef-runtime-mesos/pom.xml +++ b/lang/java/reef-runtime-mesos/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <name>REEF Runtime for Mesos</name> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-runtime-yarn/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-runtime-yarn/pom.xml b/lang/java/reef-runtime-yarn/pom.xml index e8f5dc2..345ef45 100644 --- a/lang/java/reef-runtime-yarn/pom.xml +++ b/lang/java/reef-runtime-yarn/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <name>REEF Runtime for YARN</name> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/pom.xml b/lang/java/reef-tang/pom.xml index fe74035..a901c70 100644 --- a/lang/java/reef-tang/pom.xml +++ b/lang/java/reef-tang/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> <name>REEF Tang Project</name> @@ -26,7 +27,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/tang-test-jarA/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/tang-test-jarA/pom.xml b/lang/java/reef-tang/tang-test-jarA/pom.xml index 27ececc..5f3f309 100644 --- a/lang/java/reef-tang/tang-test-jarA/pom.xml +++ b/lang/java/reef-tang/tang-test-jarA/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>tang-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tang-test-jarA</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/tang-test-jarAB/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/tang-test-jarAB/pom.xml b/lang/java/reef-tang/tang-test-jarAB/pom.xml index 307d823..e951be4 100644 --- a/lang/java/reef-tang/tang-test-jarAB/pom.xml +++ b/lang/java/reef-tang/tang-test-jarAB/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>tang-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tang-test-jarAB</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml index 5dc37f3..860cecd 100644 --- a/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml +++ b/lang/java/reef-tang/tang-test-jarB-conflictA/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>tang-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tang-test-jarB-conflictA</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/tang-test-jarB/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/tang-test-jarB/pom.xml b/lang/java/reef-tang/tang-test-jarB/pom.xml index e25e70e..15025c2 100644 --- a/lang/java/reef-tang/tang-test-jarB/pom.xml +++ b/lang/java/reef-tang/tang-test-jarB/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>tang-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tang-test-jarB</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tang/tang/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tang/tang/pom.xml b/lang/java/reef-tang/tang/pom.xml index ffbba4a..e8b05a2 100644 --- a/lang/java/reef-tang/tang/pom.xml +++ b/lang/java/reef-tang/tang/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>tang-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <artifactId>tang</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-tests/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-tests/pom.xml b/lang/java/reef-tests/pom.xml index a553c7d..330261c 100644 --- a/lang/java/reef-tests/pom.xml +++ b/lang/java/reef-tests/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>reef-tests</artifactId> <name>REEF Tests</name> @@ -27,7 +28,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-utils-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-utils-hadoop/pom.xml b/lang/java/reef-utils-hadoop/pom.xml index bb6750e..420af95 100644 --- a/lang/java/reef-utils-hadoop/pom.xml +++ b/lang/java/reef-utils-hadoop/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-utils/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-utils/pom.xml b/lang/java/reef-utils/pom.xml index 61b0784..6d9c621 100644 --- a/lang/java/reef-utils/pom.xml +++ b/lang/java/reef-utils/pom.xml @@ -17,12 +17,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-wake/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-wake/pom.xml b/lang/java/reef-wake/pom.xml index 2a5ff59..71ac8bb 100644 --- a/lang/java/reef-wake/pom.xml +++ b/lang/java/reef-wake/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> @@ -27,7 +28,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-wake/wake/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-wake/wake/pom.xml b/lang/java/reef-wake/wake/pom.xml index 62d5a7a..38fdee3 100644 --- a/lang/java/reef-wake/wake/pom.xml +++ b/lang/java/reef-wake/wake/pom.xml @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>wake</artifactId> @@ -26,7 +27,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>wake-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> </parent> <build> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/lang/java/reef-webserver/pom.xml ---------------------------------------------------------------------- diff --git a/lang/java/reef-webserver/pom.xml b/lang/java/reef-webserver/pom.xml index cd543b5..32a6167 100644 --- a/lang/java/reef-webserver/pom.xml +++ b/lang/java/reef-webserver/pom.xml @@ -17,11 +17,12 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <relativePath>../../..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 47ef04e..a175f89 100644 --- a/pom.xml +++ b/pom.xml @@ -17,11 +17,12 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.reef</groupId> - <version>0.11.0-incubating</version> + <version>0.11.0-incubating-SNAPSHOT</version> <packaging>pom</packaging> <name>REEF</name> <artifactId>reef-project</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/85383e6e/website/pom.xml ---------------------------------------------------------------------- diff --git a/website/pom.xml b/website/pom.xml index c5e2a52..06b234f 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.reef</groupId> <artifactId>reef-project</artifactId> - <version> 0.11.0-incubating</version> + <version> 0.11.0-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
