Skip to content

Commit

Permalink
Release pegasus-spark 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foreverneverer committed Jan 7, 2021
1 parent 714a4c1 commit fa6cef5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pegasus-spark-analyser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pegasus-spark</artifactId>
<groupId>com.xiaomi.infra</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.xiaomi.infra</groupId>
<artifactId>pegasus-spark-common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions pegasus-spark-bulkloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pegasus-spark</artifactId>
<groupId>com.xiaomi.infra</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>com.xiaomi.infra</groupId>
<artifactId>pegasus-spark-common</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.xiaomi.infra</groupId>
<artifactId>pegasus-spark-analyser</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pegasus-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xiaomi.infra</groupId>
<artifactId>pegasus-spark</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.xiaomi.infra</groupId>
<artifactId>pegasus-spark</artifactId>
<packaging>pom</packaging>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<modules>
<module>pegasus-spark-common</module>
<module>pegasus-spark-analyser</module>
Expand Down

0 comments on commit fa6cef5

Please sign in to comment.