Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghelmling committed Aug 20, 2014
1 parent 02380fc commit c3ce4f6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 28 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
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>

<groupId>com.continuuity.tephra</groupId>
<artifactId>tephra</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>
<name>Tephra Transaction System</name>
<description>Tephra Transaction System</description>
Expand Down Expand Up @@ -57,6 +55,7 @@
<connection>scm:git:https://github.com/continuuity/tephra.git</connection>
<developerConnection>scm:git:git@github.com:continuuity/tephra.git</developerConnection>
<url>https://github.com/continuuity/tephra.git</url>
<tag>v0.2.1</tag>
</scm>

<repositories>
Expand Down
6 changes: 2 additions & 4 deletions tephra-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
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>com.continuuity.tephra</groupId>
<artifactId>tephra</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>tephra-api</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions tephra-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
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">
<parent>
<artifactId>tephra</artifactId>
<groupId>com.continuuity.tephra</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions tephra-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
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>com.continuuity.tephra</groupId>
<artifactId>tephra</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>tephra-distribution</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions tephra-hbase-compat-0.94/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
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">
<parent>
<artifactId>tephra</artifactId>
<groupId>com.continuuity.tephra</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions tephra-hbase-compat-0.96/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
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">
<parent>
<artifactId>tephra</artifactId>
<groupId>com.continuuity.tephra</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions tephra-hbase-compat-0.98/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
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">
<parent>
<artifactId>tephra</artifactId>
<groupId>com.continuuity.tephra</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit c3ce4f6

Please sign in to comment.