Skip to content

Commit ad588d2

Browse files
committed
prepare 2.68.0 release
1 parent 0018cfb commit ad588d2

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ and we added unit tests and the maven-based build.
1414
### Project News
1515
[HtmlUnit@Twitter][3]
1616

17-
### Latest release Version 2.67.0 / November 20, 2022
17+
### Latest release Version 2.68.0 / December 28, 2022
1818

1919
For maven, you would add:
2020

2121
<dependency>
2222
<groupId>net.sourceforge.htmlunit</groupId>
2323
<artifactId>htmlunit-cssparser</artifactId>
24-
<version>2.67.0</version>
24+
<version>2.68.0</version>
2525
</dependency>
2626

2727
### Last CI build
@@ -35,7 +35,7 @@ If you use maven please add:
3535
<dependency>
3636
<groupId>net.sourceforge.htmlunit</groupId>
3737
<artifactId>htmlunit-xpath</artifactId>
38-
<version>2.68.0-SNAPSHOT</version>
38+
<version>2.69.0-SNAPSHOT</version>
3939
</dependency>
4040

4141
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
@@ -89,9 +89,8 @@ Every contribution - from bug reports to feature requests, typos to full new fea
8989
This part is intended for committer who are packaging a release.
9090

9191
* Check all your files are checked in
92-
* Execute "mvn clean test" to be sure all tests are passing
92+
* Execute "mvn -U clean test" to be sure all tests are passing
9393
* Update the version number in pom.xml and README.md
94-
* Execute "mvn clean test" to be sure all tests are passing
9594
* Commit the changes
9695

9796

pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>2.68.0-SNAPSHOT</version>
7+
<version>2.68.0</version>
88
<name>HtmlUnit-XPath</name>
99
<packaging>jar</packaging>
1010
<description>
@@ -188,27 +188,29 @@
188188
</plugins>
189189
</build>
190190

191-
<issueManagement>
192-
<system>GitHub</system>
193-
<url>https://github.com/HtmlUnit/htmlunit-xpath/issues/</url>
194-
</issueManagement>
195-
<inceptionYear>2022</inceptionYear>
196191
<licenses>
197192
<license>
198193
<name>Apache License, Version 2.0</name>
199194
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
200195
<distribution>repo</distribution>
201196
</license>
202197
</licenses>
198+
<issueManagement>
199+
<system>GitHub</system>
200+
<url>https://github.com/HtmlUnit/htmlunit-xpath/issues/</url>
201+
</issueManagement>
202+
<inceptionYear>2022</inceptionYear>
203203
<scm>
204204
<connection>scm:git:https://github.com/HtmlUnit/htmlunit-xpath</connection>
205205
<developerConnection>scm:git:https://github.com/HtmlUnit/htmlunit-xpath</developerConnection>
206206
<url>https://github.com/HtmlUnit/htmlunit-xpath</url>
207207
</scm>
208+
208209
<ciManagement>
209210
<system>Jenkins</system>
210211
<url>https://jenkins.wetator.org/view/HtmlUnit/</url>
211212
</ciManagement>
213+
212214
<distributionManagement>
213215
<snapshotRepository>
214216
<id>sonatype-nexus-snapshots</id>
@@ -232,6 +234,7 @@
232234
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
233235
</repository>
234236
</repositories>
237+
235238
<developers>
236239
<developer>
237240
<name>Ronald Brill</name>

0 commit comments

Comments
 (0)