Skip to content

Commit 1f2c567

Browse files
committed
Updating Cohorte-utilities to latest version 1.0.3
1 parent 2f8c190 commit 1f2c567

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Note: if you upgrade from 1.0.0 you should read REAME.md file to update your alr
1818
* Webadmin is now accessible from /webadmin path and uses "debug" REST API to show detailed information about isolates
1919
* Start cohorte node with console if and only if --console argument is given [#31]
2020
* Updating dependencies versions [#14]
21-
- Cohorte-Runtime 1.0.1.dev
21+
- Cohorte-Runtime 1.0.1
2222
- Using iPOPO 0.6.2
23-
- Using Cohorte-Utilities 1.0.1
23+
- Using Cohorte-Utilities 1.0.3
2424
- Using iPOJO 1.12.1
2525
* Show the main isolate "cohorte.internals.forker" on webadmin [isandlaTech/cohorte-runtime#14]
2626
* Set the default recomposition delay to 120 [#15]

DEPENDENCIES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PYTHON DEPENDENCIES
1111

1212
JAVA DEPENDENCIES
1313

14-
- org.cohorte.utilities:org.cohorte.utilities:1.0.2.20150618
14+
- org.cohorte.utilities:org.cohorte.utilities:1.0.3
1515
- org.cohorte.jabsorb:org.cohorte.jabsorb:1.1.0
1616
- org.cohorte.remote:cohorte-remote-services:1.2.0
1717
- org.cohorte.herald:cohorte-herald:0.0.4-SNAPSHOT

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.cohorte.utilities</groupId>
3333
<artifactId>org.cohorte.utilities</artifactId>
34-
<version>1.0.2.20150618</version>
34+
<version>1.0.3</version>
3535
<scope>provided</scope>
3636
</dependency>
3737
<!-- cohorte-jabsorb -->

0 commit comments

Comments
 (0)