Skip to content

Commit f570a30

Browse files
committed
README- note about latest version
1 parent 33e5055 commit f570a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,12 @@ The jar is built to "target/smiley-http-proxy-servlet-VERSION.jar".
3434
You don't have to build the jar if you aren't modifying the code, since released
3535
versions are deployed to maven-central. If you are using maven then you can
3636
add this to your dependencies in your pom like so:
37+
(Note: the version below is not necessarily the latest.)
3738

3839
<dependency>
3940
<groupId>org.mitre.dsmiley.httpproxy</groupId>
4041
<artifactId>smiley-http-proxy-servlet</artifactId>
41-
<version>1.3</version>
42+
<version>1.4</version>
4243
</dependency>
4344

4445
Ivy and other dependency managers can be used as well.

0 commit comments

Comments
 (0)