Skip to content

Commit

Permalink
fix: package naming and release config (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpcollins-google authored Mar 15, 2023
1 parent eeb3f59 commit 0f35468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>google-cloud-pubsublite-flink</artifactId>
<version>0.1.0-SNAPSHOT</version>
<artifactId>pubsublite-flink</artifactId>
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:pubsublite-flink:current} -->
<properties>
<flink.version>1.15.0</flink.version>
<pubsublite.version>${project.parent.version}</pubsublite.version>
Expand Down Expand Up @@ -161,4 +161,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 0f35468

Please # to comment.