File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >com.rabbitmq</groupId >
86 <artifactId >stream-client</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
7+ <version >0.1.0.RC1 </version >
108
119 <name >RabbitMQ Stream Java Client</name >
1210 <description >The RabbitMQ Stream Java client library allows Java applications to interface with
4644 <connection >scm:git:git://github.com/rabbitmq/rabbitmq-stream-java-client.git</connection >
4745 <developerConnection >scm:git:git@github.com:rabbitmq/rabbitmq-stream-java-client.git
4846 </developerConnection >
49- <tag >HEAD </tag >
47+ <tag >v0.1.0.RC1 </tag >
5048 </scm >
5149
5250 <properties >
373371 <protonj-version >${proton-j.version} </protonj-version >
374372 <build-number >${buildNumber} </build-number >
375373 <imagesdir >./images</imagesdir >
376- <idprefix />
374+ <idprefix />
377375 <idseparator >-</idseparator >
378376 <source-highlighter >coderay</source-highlighter >
379377 <test-examples >../../test/java/com/rabbitmq/stream/docs</test-examples >
391389 <backend >pdf</backend >
392390 <attributes >
393391 <title-page />
394- <toc />
392+ <toc />
395393 <toclevels >4</toclevels >
396- <pagenums />
394+ <pagenums />
397395 </attributes >
398396 </configuration >
399397 </execution >
You can’t perform that action at this time.
0 commit comments