Skip to content

Commit 2f8c190

Browse files
committed
Update Cohorte-Runtime java dependency to use 1.0.1-SNAPSHOT
1 parent d72db05 commit 2f8c190

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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-Python 1.0.1.dev
21+
- Cohorte-Runtime 1.0.1.dev
2222
- Using iPOPO 0.6.2
2323
- Using Cohorte-Utilities 1.0.1
2424
- Using iPOJO 1.12.1

DEPENDENCIES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ JAVA DEPENDENCIES
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
18-
- org.cohorte.runtime:cohorte-runtime:1.0.0
18+
- org.cohorte.runtime:cohorte-runtime:1.0.1-SNAPSHOT
1919
- ipojo 1.12.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.cohorte.runtime</groupId>
5555
<artifactId>cohorte-runtime-package</artifactId>
56-
<version>1.0.0</version>
56+
<version>1.0.1-SNAPSHOT</version>
5757
<type>pom</type>
5858
<scope>provided</scope>
5959
</dependency>

0 commit comments

Comments
 (0)