Skip to content

Commit

Permalink
Bump version to 0.0.2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffxiang authored Jan 30, 2025
1 parent def36fa commit e006438
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pinterest.kafka.tieredstorage</groupId>
<artifactId>kafka-tiered-storage</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>kafka-tiered-storage</name>
<description>Kafka Tiered Storage</description>
Expand Down
2 changes: 1 addition & 1 deletion ts-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pinterest.kafka.tieredstorage</groupId>
<artifactId>kafka-tiered-storage</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ts-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-tiered-storage</artifactId>
<groupId>com.pinterest.kafka.tieredstorage</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ts-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.pinterest.kafka.tieredstorage</groupId>
<artifactId>kafka-tiered-storage</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<artifactId>ts-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ts-segment-uploader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-tiered-storage</artifactId>
<groupId>com.pinterest.kafka.tieredstorage</groupId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit e006438

Please sign in to comment.