Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aymkhalil committed Oct 20, 2022
1 parent 1d1d55c commit 2bacc23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>com.datastax.oss</groupId>
<artifactId>pulsar-transformations-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<name>Pulsar transformations parent</name>
<description>A Pulsar Function that provides common basic transformations of the data</description>
<url>https://github.com/datastax/pulsar-transformations</url>
Expand Down Expand Up @@ -280,7 +280,7 @@ limitations under the License.]]></inlineHeader>
<connection>scm:git:[email protected]:datastax/pulsar-transformations.git</connection>
<developerConnection>scm:git:[email protected]:datastax/pulsar-transformations.git</developerConnection>
<url>https://github.com/datastax/spulsar-transformations</url>
<tag>HEAD</tag>
<tag>v2.0.2</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-transformations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-transformations-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-transformations</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>pulsar-transformations-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-transformations-tests</artifactId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<configuration>
<tasks>
<echo>copy proxy protocol handler</echo>
<copy file="${basedir}/../pulsar-transformations/target/pulsar-transformations-${project.version}.nar" tofile="${project.build.outputDirectory}/pulsar-transformations.nar" />
<copy file="${basedir}/../pulsar-transformations/target/pulsar-transformations-${project.version}.nar" tofile="${project.build.outputDirectory}/pulsar-transformations.nar"/>
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 2bacc23

Please sign in to comment.