Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ls280_1.1.27-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Mar 22, 2022
1 parent 4c2bc06 commit b793e11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nar-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>starlight-rabbitmq-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>2.8.0.1.1.27-ls-1-SNAPSHOT</version>
<version>2.8.0.1.1.27-ls-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nar-tests</artifactId>
Expand Down Expand Up @@ -69,7 +69,7 @@
<configuration>
<tasks>
<echo>copy proxy protocol handler</echo>
<copy file="${basedir}/../starlight-rabbitmq/target/starlight-rabbitmq-${project.version}.nar" tofile="${project.build.directory}/test-protocol-handler.nar" />
<copy file="${basedir}/../starlight-rabbitmq/target/starlight-rabbitmq-${project.version}.nar" tofile="${project.build.directory}/test-protocol-handler.nar"/>
</tasks>
</configuration>
</execution>
Expand Down
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>starlight-rabbitmq-parent</artifactId>
<packaging>pom</packaging>
<version>2.8.0.1.1.27-ls-1-SNAPSHOT</version>
<version>2.8.0.1.1.27-ls-1</version>
<name>DataStax Starlight for RabbitMQ (R) parent</name>
<description>Proxy to seamlessly connect RabbitMQ clients to Apache Pulsar</description>
<url>https://github.com/datastax/starlight-for-rabbitmq</url>
Expand Down Expand Up @@ -364,7 +364,7 @@ limitations under the License.]]></inlineHeader>
<connection>scm:git:git@github.com:datastax/starlight-for-rabbitmq.git</connection>
<developerConnection>scm:git:git@github.com:datastax/starlight-for-rabbitmq.git</developerConnection>
<url>https://github.com/datastax/starlight-for-rabbitmq</url>
<tag>HEAD</tag>
<tag>ls280_1.1.27-1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>starlight-rabbitmq-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>2.8.0.1.1.27-ls-1-SNAPSHOT</version>
<version>2.8.0.1.1.27-ls-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rabbitmq-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion starlight-rabbitmq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>starlight-rabbitmq-parent</artifactId>
<groupId>com.datastax.oss</groupId>
<version>2.8.0.1.1.27-ls-1-SNAPSHOT</version>
<version>2.8.0.1.1.27-ls-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>starlight-rabbitmq</artifactId>
Expand Down

0 comments on commit b793e11

Please sign in to comment.