Skip to content

Commit b3a52e9

Browse files
committed
Release 2.0.2
1 parent 22dd4e9 commit b3a52e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rest

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ https://github.com/robotframework/JavalibCore/wiki
99

1010
Project jar can be downloaded directly from the `Maven Repository`__
1111

12-
__ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.1/javalib-core-2.0.1.jar
12+
__ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.2/javalib-core-2.0.2.jar
1313

14-
The project was orginally hosted at `Google Code`__
14+
The project was originally hosted at `Google Code`__
1515

1616
__ http://code.google.com/p/robotframework-javalibcore/

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>org.robotframework</groupId>
1212
<artifactId>javalib-core</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.0.2-SNAPSHOT</version>
14+
<version>2.0.2</version>
1515
<name>javalib-core</name>
1616
<description>Base for implementing Java test libraries for Robot Framework</description>
1717
<url>https://github.com/robotframework/JavalibCore</url>

0 commit comments

Comments
 (0)