Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit d15f16b

Browse files
author
poorna
committed
[maven-release-plugin] prepare release v0.7.1
1 parent b9927be commit d15f16b

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>co.cask.tephra</groupId>
2222
<artifactId>tephra</artifactId>
23-
<version>0.7.1-SNAPSHOT</version>
23+
<version>0.7.1</version>
2424
<packaging>pom</packaging>
2525
<name>Tephra Transaction System</name>
2626
<description>Tephra Transaction System</description>
@@ -58,7 +58,7 @@
5858
<connection>scm:git:https://github.com/caskdata/tephra.git</connection>
5959
<developerConnection>scm:git:git@github.com:caskdata/tephra.git</developerConnection>
6060
<url>https://github.com/caskdata/tephra.git</url>
61-
<tag>HEAD</tag>
61+
<tag>v0.7.1</tag>
6262
</scm>
6363

6464
<issueManagement>

tephra-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>co.cask.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.7.1-SNAPSHOT</version>
24+
<version>0.7.1</version>
2525
</parent>
2626

2727
<artifactId>tephra-api</artifactId>

tephra-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>co.cask.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.7.1-SNAPSHOT</version>
24+
<version>0.7.1</version>
2525
</parent>
2626

2727
<artifactId>tephra-distribution</artifactId>

tephra-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-hbase-compat-0.96/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-hbase-compat-0.98/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-hbase-compat-1.0-cdh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-hbase-compat-1.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

tephra-hbase-compat-1.1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>tephra</artifactId>
2121
<groupId>co.cask.tephra</groupId>
22-
<version>0.7.1-SNAPSHOT</version>
22+
<version>0.7.1</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

0 commit comments

Comments
 (0)