Skip to content

Commit 208be22

Browse files
committed
prepare version 2.33
1 parent 990e32a commit 208be22

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.classpath
33
/.project
44
/.settings/
5+
/.checkstyle

pom.xml

Lines changed: 4 additions & 4 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</artifactId>
7-
<version>2.33-SNAPSHOT</version>
7+
<version>2.33</version>
88
<name>HtmlUnit</name>
99
<organization>
1010
<name>Gargoyle Software Inc.</name>
@@ -867,17 +867,17 @@
867867
<dependency>
868868
<groupId>net.sourceforge.htmlunit</groupId>
869869
<artifactId>htmlunit-core-js</artifactId>
870-
<version>2.33-SNAPSHOT</version>
870+
<version>2.33</version>
871871
</dependency>
872872
<dependency>
873873
<groupId>net.sourceforge.htmlunit</groupId>
874874
<artifactId>neko-htmlunit</artifactId>
875-
<version>2.33-SNAPSHOT</version>
875+
<version>2.33</version>
876876
</dependency>
877877
<dependency>
878878
<groupId>net.sourceforge.htmlunit</groupId>
879879
<artifactId>htmlunit-cssparser</artifactId>
880-
<version>1.1.0</version>
880+
<version>1.2.0</version>
881881
</dependency>
882882
<dependency>
883883
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)