Skip to content

Commit 1a9ba4e

Browse files
author
Harald Walker
committed
Prepare for 1.9 release
1 parent 0e73417 commit 1a9ba4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Utilities for processing user-agent strings. Can be used to handle http requests
55

66
http://haraldwalker.github.com/user-agent-utils/
77

8-
New in Version 1.9 (unreleased)
8+
New in Version 1.9
99
------------------
1010

1111
* Fixed version detection of Chrome Mobile

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>User-Agent-Utils</name>
66
<url>http://java.net/projects/user-agent-utils</url>
77
<artifactId>UserAgentUtils</artifactId>
8-
<version>1.9-snapshot</version>
8+
<version>1.9</version>
99
<description>Utility classes to handle user-agents.</description>
1010
<properties>
1111
<github.global.server>github</github.global.server>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>com.github.github</groupId>
7070
<artifactId>site-maven-plugin</artifactId>
71-
<version>0.7</version>
71+
<version>0.8</version>
7272
<configuration>
7373
<message>Maven artifacts for ${project.version}</message> <!-- git commit message -->
7474
<noJekyll>true</noJekyll> <!-- disable webpage processing -->

0 commit comments

Comments
 (0)