Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Release project, change project version to: 2.4.28.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Jun 23, 2021
1 parent 50cf074 commit fe842c1
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.streamnative.connectors</groupId>
<artifactId>pulsar-flink-connector_${scala.binary.version}</artifactId>
<version>2.4.28.6</version>
<version>2.4.28.7</version>
<name>StreamNative :: Pulsar Flink Connector</name>
<url>http://pulsar.apache.org</url>
<inceptionYear>2019</inceptionYear>
Expand Down Expand Up @@ -385,6 +385,17 @@
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit fe842c1

Please sign in to comment.