Skip to content

Commit 1310c5c

Browse files
committed
Merge branch 'main' of github.com:rabbitmq/rabbitmq-stream-java-client into main
2 parents aa8eabc + 1113e42 commit 1310c5c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
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>
@@ -373,7 +371,7 @@
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>
@@ -391,9 +389,9 @@
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>

0 commit comments

Comments
 (0)