Skip to content

Commit 1e4eba2

Browse files
committed
[maven-release-plugin] prepare release webdrivermanager-5.0.0
1 parent 3231ebb commit 1e4eba2

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>io.github.bonigarcia</groupId>
75
<artifactId>webdrivermanager</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
6+
<version>5.0.0</version>
97

108
<properties>
119
<!-- compile -->
@@ -316,7 +314,7 @@
316314
<idseparator>-</idseparator>
317315
<docinfo1>true</docinfo1>
318316
<toclevels>3</toclevels>
319-
<sectnums></sectnums>
317+
<sectnums />
320318
<lang>en</lang>
321319
<docdatetime>${maven.build.timestamp}</docdatetime>
322320
<last-update-label>Updated on</last-update-label>
@@ -343,7 +341,7 @@
343341
<idprefix />
344342
<idseparator>-</idseparator>
345343
<icons>font</icons>
346-
<sectnums></sectnums>
344+
<sectnums />
347345
<lang>en</lang>
348346
<revnumber>${project.version}</revnumber>
349347
<revdate>${maven.build.timestamp}</revdate>
@@ -370,7 +368,7 @@
370368
<idprefix />
371369
<idseparator>-</idseparator>
372370
<icons>font</icons>
373-
<sectnums></sectnums>
371+
<sectnums />
374372
<lang>en</lang>
375373
<revnumber>${project.version}</revnumber>
376374
<revdate>${maven.build.timestamp}</revdate>

0 commit comments

Comments
 (0)