Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker0 committed May 2, 2020
2 parents 3f7b13f + 6b28cb0 commit c2da758
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions heron-common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>heron-3party</artifactId>
<artifactId>heron-3rdparty</artifactId>
<groupId>com.github.thinker0.heron</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions heron-kafka-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

<parent>
<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-3party</artifactId>
<version>1.0.1</version>
<artifactId>heron-3rdparty</artifactId>
<version>1.0.2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</parent>

<groupId>com.github.thinker0.heron</groupId>
<artifactId>heron-3party</artifactId>
<version>1.0.1</version>
<artifactId>heron-3rdparty</artifactId>
<version>1.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit c2da758

Please sign in to comment.