Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B71D717290 for ; Thu, 29 Jan 2015 15:25:13 +0000 (UTC) Received: (qmail 61763 invoked by uid 500); 29 Jan 2015 15:25:14 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 61717 invoked by uid 500); 29 Jan 2015 15:25:14 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 61708 invoked by uid 99); 29 Jan 2015 15:25:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2015 15:25:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 260D0E04BF; Thu, 29 Jan 2015 15:25:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chirino@apache.org To: commits@activemq.apache.org Date: Thu, 29 Jan 2015 15:25:14 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] activemq-apollo git commit: [maven-release-plugin] prepare release apollo-project-1.7.1 Repository: activemq-apollo Updated Branches: refs/heads/trunk 413d172eb -> 7698cdb94 [maven-release-plugin] prepare release apollo-project-1.7.1 Project: http://git-wip-us.apache.org/repos/asf/activemq-apollo/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-apollo/commit/e67ee4f7 Tree: http://git-wip-us.apache.org/repos/asf/activemq-apollo/tree/e67ee4f7 Diff: http://git-wip-us.apache.org/repos/asf/activemq-apollo/diff/e67ee4f7 Branch: refs/heads/trunk Commit: e67ee4f78c9cc1de0332450fb68cfde70132fdf4 Parents: 413d172 Author: Hiram Chirino Authored: Thu Jan 29 10:12:20 2015 -0500 Committer: Hiram Chirino Committed: Thu Jan 29 10:12:20 2015 -0500 ---------------------------------------------------------------------- apollo-amqp/pom.xml | 16 ++++++++-------- apollo-bdb/pom.xml | 12 ++++++------ apollo-boot/pom.xml | 4 ++-- apollo-broker/pom.xml | 10 +++++----- apollo-cli/pom.xml | 22 +++++++++++----------- apollo-distro/pom.xml | 24 ++++++++++++------------ apollo-dto/pom.xml | 6 +++--- apollo-jmx/pom.xml | 12 ++++++------ apollo-leveldb/pom.xml | 12 ++++++------ apollo-mqtt/pom.xml | 18 +++++++++--------- apollo-openwire-generator/pom.xml | 4 ++-- apollo-openwire/pom.xml | 16 ++++++++-------- apollo-scala/pom.xml | 4 ++-- apollo-selector/pom.xml | 4 ++-- apollo-stomp/pom.xml | 16 ++++++++-------- apollo-util/pom.xml | 4 ++-- apollo-war/pom.xml | 24 ++++++++++++------------ apollo-web/pom.xml | 10 +++++----- apollo-website/pom.xml | 2 +- pom.xml | 4 ++-- 20 files changed, 112 insertions(+), 112 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-amqp/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-amqp/pom.xml b/apollo-amqp/pom.xml index 8fc1283..6197f4f 100644 --- a/apollo-amqp/pom.xml +++ b/apollo-amqp/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-amqp - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} @@ -42,7 +42,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 org.apache.qpid @@ -52,7 +52,7 @@ org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -74,14 +74,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test @@ -89,13 +89,13 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-bdb/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-bdb/pom.xml b/apollo-bdb/pom.xml index 06ab8f2..387124b 100644 --- a/apollo-bdb/pom.xml +++ b/apollo-bdb/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} BDB based message storage @@ -38,7 +38,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 @@ -52,7 +52,7 @@ org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -80,14 +80,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-boot/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-boot/pom.xml b/apollo-boot/pom.xml index 37c1be2..90c728e 100644 --- a/apollo-boot/pom.xml +++ b/apollo-boot/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 .. org.apache.activemq apollo-boot - 99-trunk-SNAPSHOT + 1.7.1 jar ${project.artifactId} http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-broker/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-broker/pom.xml b/apollo-broker/pom.xml index ab1f70c..c9eea9f 100644 --- a/apollo-broker/pom.xml +++ b/apollo-broker/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} @@ -42,13 +42,13 @@ org.apache.activemq apollo-dto - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-selector - 99-trunk-SNAPSHOT + 1.7.1 @@ -123,7 +123,7 @@ org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-cli/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-cli/pom.xml b/apollo-cli/pom.xml index 9f44c15..f167551 100644 --- a/apollo-cli/pom.xml +++ b/apollo-cli/pom.xml @@ -20,13 +20,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-cli - 99-trunk-SNAPSHOT + 1.7.1 jar ${project.artifactId} @@ -49,7 +49,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 true @@ -129,32 +129,32 @@ org.apache.activemq apollo-stomp - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-openwire - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-mqtt - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-amqp - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 test @@ -167,19 +167,19 @@ org.apache.activemq apollo-jmx - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-distro/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-distro/pom.xml b/apollo-distro/pom.xml index bb0830b..371292b 100644 --- a/apollo-distro/pom.xml +++ b/apollo-distro/pom.xml @@ -21,7 +21,7 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 apache-apollo @@ -33,17 +33,17 @@ org.apache.activemq apollo-boot - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-cli - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 org.xerial.snappy @@ -61,46 +61,46 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-stomp - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-openwire - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-mqtt - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-amqp - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 jar org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 pom org.apache.activemq apollo-jmx - 99-trunk-SNAPSHOT + 1.7.1 http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-dto/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-dto/pom.xml b/apollo-dto/pom.xml index 52d06ac..bb7faca 100644 --- a/apollo-dto/pom.xml +++ b/apollo-dto/pom.xml @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-dto - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} @@ -61,7 +61,7 @@ org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-jmx/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-jmx/pom.xml b/apollo-jmx/pom.xml index 31daa09..23d6563 100755 --- a/apollo-jmx/pom.xml +++ b/apollo-jmx/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-jmx - 99-trunk-SNAPSHOT + 1.7.1 jar ${project.artifactId} @@ -39,7 +39,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 @@ -52,7 +52,7 @@ org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -80,14 +80,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-leveldb/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-leveldb/pom.xml b/apollo-leveldb/pom.xml index 0ff9b94..9d259f3 100755 --- a/apollo-leveldb/pom.xml +++ b/apollo-leveldb/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 jar ${project.artifactId} @@ -39,7 +39,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 @@ -107,7 +107,7 @@ org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -135,14 +135,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-mqtt/pom.xml b/apollo-mqtt/pom.xml index 300bbbc..b1d0da2 100644 --- a/apollo-mqtt/pom.xml +++ b/apollo-mqtt/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-mqtt - 99-trunk-SNAPSHOT + 1.7.1 jar ${project.artifactId} @@ -47,7 +47,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 @@ -60,14 +60,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test @@ -75,26 +75,26 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-stomp - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-openwire-generator/pom.xml b/apollo-openwire-generator/pom.xml index 344ba01..71f0391 100644 --- a/apollo-openwire-generator/pom.xml +++ b/apollo-openwire-generator/pom.xml @@ -20,13 +20,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-openwire-generator - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-openwire/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-openwire/pom.xml b/apollo-openwire/pom.xml index 4c23410..a6759fa 100644 --- a/apollo-openwire/pom.xml +++ b/apollo-openwire/pom.xml @@ -20,13 +20,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-openwire - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} @@ -41,12 +41,12 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -84,14 +84,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test @@ -99,13 +99,13 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-scala/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-scala/pom.xml b/apollo-scala/pom.xml index 23508e7..d656230 100644 --- a/apollo-scala/pom.xml +++ b/apollo-scala/pom.xml @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 pom ${project.artifactId} http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-selector/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-selector/pom.xml b/apollo-selector/pom.xml index 8b39e0c..a394519 100644 --- a/apollo-selector/pom.xml +++ b/apollo-selector/pom.xml @@ -22,12 +22,12 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-selector - 99-trunk-SNAPSHOT + 1.7.1 bundle ${project.artifactId} http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-stomp/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-stomp/pom.xml b/apollo-stomp/pom.xml index 5cebdf0..54e2fd1 100644 --- a/apollo-stomp/pom.xml +++ b/apollo-stomp/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-stomp - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} @@ -42,13 +42,13 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 true @@ -70,14 +70,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test @@ -85,13 +85,13 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 test org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-util/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-util/pom.xml b/apollo-util/pom.xml index b09ba4d..377e407 100755 --- a/apollo-util/pom.xml +++ b/apollo-util/pom.xml @@ -22,13 +22,13 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-war/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-war/pom.xml b/apollo-war/pom.xml index d5505b5..4c236cc 100644 --- a/apollo-war/pom.xml +++ b/apollo-war/pom.xml @@ -21,14 +21,14 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-war war - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} Packages Apollo so it be be run in a Web container. @@ -50,18 +50,18 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-cli - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-leveldb - 99-trunk-SNAPSHOT + 1.7.1 org.xerial.snappy @@ -79,40 +79,40 @@ org.apache.activemq apollo-bdb - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-stomp - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-openwire - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-mqtt - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-amqp - 99-trunk-SNAPSHOT + 1.7.1 org.apache.activemq apollo-web - 99-trunk-SNAPSHOT + 1.7.1 classes org.apache.activemq apollo-jmx - 99-trunk-SNAPSHOT + 1.7.1 http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-web/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-web/pom.xml b/apollo-web/pom.xml index 9a9ca4a..0449dfb 100644 --- a/apollo-web/pom.xml +++ b/apollo-web/pom.xml @@ -21,14 +21,14 @@ org.apache.activemq apollo-scala - 99-trunk-SNAPSHOT + 1.7.1 ../apollo-scala org.apache.activemq apollo-web jar - 99-trunk-SNAPSHOT + 1.7.1 ${project.artifactId} Adds web administration support. @@ -44,7 +44,7 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 @@ -133,14 +133,14 @@ org.apache.activemq apollo-broker - 99-trunk-SNAPSHOT + 1.7.1 test-jar test org.apache.activemq apollo-util - 99-trunk-SNAPSHOT + 1.7.1 test-jar test http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/apollo-website/pom.xml ---------------------------------------------------------------------- diff --git a/apollo-website/pom.xml b/apollo-website/pom.xml index c107ba5..b97a72d 100644 --- a/apollo-website/pom.xml +++ b/apollo-website/pom.xml @@ -22,7 +22,7 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 .. http://git-wip-us.apache.org/repos/asf/activemq-apollo/blob/e67ee4f7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5fa6a1f..3e22fad 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.apache.activemq apollo-project - 99-trunk-SNAPSHOT + 1.7.1 pom Apache ActiveMQ Apollo Project @@ -196,7 +196,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/activemq-apollo.git scm:git:https://git-wip-us.apache.org/repos/asf/activemq-apollo.git https://github.com/apache/activemq-apollo/tree/trunk - HEAD + apollo-project-1.7.1