Skip to content

Commit ffc8a31

Browse files
committed
Release 2.0.3
1 parent c649b8d commit ffc8a31

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.rest

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,18 @@ 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.2/javalib-core-2.0.2.jar
12+
__ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.3/javalib-core-2.0.3.jar
13+
14+
.. code:: xml
15+
16+
<dependency>
17+
<groupId>org.robotframework</groupId>
18+
<artifactId>javalib-core</artifactId>
19+
<version>2.0.3</version>
20+
</dependency>
21+
22+
23+
Although it's prefered to use it as Maven dependency
1324

1425
The project was originally hosted at `Google Code`__
1526

pom.xml

Lines changed: 1 addition & 1 deletion
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.3-SNAPSHOT</version>
14+
<version>2.0.3</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)