Updated Branches: refs/heads/master edc33d885 -> 11ba4134e
[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/d20c3295 Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/d20c3295 Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/d20c3295 Branch: refs/heads/master Commit: d20c32958d2934803b294d56d0256c88232753b0 Parents: edc33d8 Author: Matthias Friedrich <[email protected]> Authored: Fri Nov 9 18:46:39 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Fri Nov 9 18:46:39 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/d20c3295/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/d20c3295/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>
