Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of kareldb-parent-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Nov 2, 2020
1 parent 2d85a45 commit 371f061
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kareldb-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ limitations under the License.
<parent>
<groupId>io.kareldb</groupId>
<artifactId>kareldb-parent</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>kareldb-core</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions kareldb-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ limitations under the License.
<parent>
<groupId>io.kareldb</groupId>
<artifactId>kareldb-parent</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
</parent>

<artifactId>kareldb-server</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

<groupId>io.kareldb</groupId>
<artifactId>kareldb-parent</artifactId>
<version>1.0.2</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>kareldb</name>
Expand All @@ -44,7 +44,7 @@ limitations under the License.
<connection>scm:git:git://github.com:rayokota/kareldb.git</connection>
<developerConnection>scm:git:[email protected]:rayokota/kareldb.git</developerConnection>
<url>[email protected]:rayokota/kareldb.git</url>
<tag>kareldb-parent-1.0.2</tag>
<tag>head</tag>
</scm>

<modules>
Expand Down

0 comments on commit 371f061

Please sign in to comment.