Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release ambrose-0.2.0-T1-hackweek
Browse files Browse the repository at this point in the history
  • Loading branch information
sagemintblue committed Apr 5, 2013
1 parent 3d6a7e3 commit 063fbb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 2 additions & 4 deletions common/pom.xml
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twitter.ambrose</groupId>
<artifactId>ambrose</artifactId>
<version>0.2.0-T1-hackweek-SNAPSHOT</version>
<version>0.2.0-T1-hackweek</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions pig/pom.xml
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.twitter.ambrose</groupId>
<artifactId>ambrose</artifactId>
<version>0.2.0-T1-hackweek-SNAPSHOT</version>
<version>0.2.0-T1-hackweek</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions pom.xml
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -11,7 +9,7 @@

<groupId>com.twitter.ambrose</groupId>
<artifactId>ambrose</artifactId>
<version>0.2.0-T1-hackweek-SNAPSHOT</version>
<version>0.2.0-T1-hackweek</version>
<packaging>pom</packaging>

<name>Ambrose</name>
Expand Down Expand Up @@ -59,7 +57,7 @@
<connection>scm:git:https://github.com/twitter/ambrose.git</connection>
<developerConnection>scm:git:git@github.com:twitter/ambrose.git</developerConnection>
<url>https://github.com/twitter/ambrose</url>
<tag>HEAD</tag>
<tag>ambrose-0.2.0-T1-hackweek</tag>
</scm>

<properties>
Expand Down

0 comments on commit 063fbb9

Please sign in to comment.