Skip to content

Commit 0f35468

Browse files
fix: package naming and release config (#193)
1 parent eeb3f59 commit 0f35468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>
12-
<artifactId>google-cloud-pubsublite-flink</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
12+
<artifactId>pubsublite-flink</artifactId>
13+
<version>0.2.0-SNAPSHOT</version><!-- {x-version-update:pubsublite-flink:current} -->
1414
<properties>
1515
<flink.version>1.15.0</flink.version>
1616
<pubsublite.version>${project.parent.version}</pubsublite.version>
@@ -161,4 +161,4 @@
161161
<scope>test</scope>
162162
</dependency>
163163
</dependencies>
164-
</project>
164+
</project>

0 commit comments

Comments
 (0)