Skip to content

Commit 63f79ea

Browse files
committed
Increased version to 1.0.21-SNAPSHOT.
1 parent 36d03f4 commit 63f79ea

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[![Build Status](https://travis-ci.org/hobbit-project/core.svg?branch=master)](https://travis-ci.org/hobbit-project/core)
22

33
# core
4-
This library offers some main functionalities and utilities for the Hobbit platform project. For more information take a look at the project web page (http://www.project-hobbit.eu) or at the Hobbit platform project on github (https://github.com/hobbit-project/platform).
4+
This library offers some main functionalities and utilities for the Hobbit platform project. For more information take a look at the project web page (<http://www.project-hobbit.eu>) or at the Hobbit platform project on github (<https://github.com/hobbit-project/platform>).
55

6-
### Building
6+
## Building
77

88
`test` target needs RabbitMQ running. You may need to set RabbitMQ host in `src/test/java/org/hobbit/core/TestConstants.java`.
99

1010
Docker container with RabbitMQ can be started using `./start_test_environment.sh` or the one from the HOBBIT platform can be used as well.
1111

12-
### Using it with Maven
12+
## Using it with Maven
1313

1414
```xml
1515
<repositories>

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>org.hobbit</groupId>
1414
<artifactId>core</artifactId>
15-
<version>1.0.20</version>
15+
<version>1.0.21-SNAPSHOT</version>
1616

1717
<!-- LICENSE -->
1818
<licenses>
@@ -30,7 +30,6 @@
3030
<slf4j.version>1.7.15</slf4j.version>
3131
<junit.version>4.13.1</junit.version>
3232
</properties>
33-
<!-- TODO Add license -->
3433

3534
<dependencies>
3635
<dependency>

0 commit comments

Comments
 (0)