Updated Branches: refs/heads/master e0d2cf2ba -> 073e4ee0c
[maven-release-plugin] prepare branch apache-crunch-0.4-incubating Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/3c03a2d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/3c03a2d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/3c03a2d9 Branch: refs/heads/master Commit: 3c03a2d95a059bab516744330abb57fb5ed1d493 Parents: e0d2cf2 Author: Matthias Friedrich <[email protected]> Authored: Sun Nov 4 13:14:33 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Sun Nov 4 13:14:33 2012 +0100 ---------------------------------------------------------------------- crunch-contrib/pom.xml | 3 +-- pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/3c03a2d9/crunch-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-contrib/pom.xml b/crunch-contrib/pom.xml index e98509e..0ea1bc0 100644 --- a/crunch-contrib/pom.xml +++ b/crunch-contrib/pom.xml @@ -16,8 +16,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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> http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/3c03a2d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 882ada1..60540c7 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ under the License. <url>https://git-wip-us.apache.org/repos/asf?p=incubator-crunch.git</url> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crunch.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crunch.git</developerConnection> - <tag>HEAD</tag> + <tag>apache-crunch-0.4-incubating</tag> </scm> <issueManagement>
