Skip to content

Commit 334021f

Browse files
committed
Release 2.3 finished
1 parent 45a15fb commit 334021f

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PROJECT STATUS (Tested from JDK 9 to 15)
1+
# PROJECT STATUS (needs Java 9 or later)
22

33
## Master branch
44

@@ -20,17 +20,16 @@ It supports standard MPLS operation as well as GoS/MPLS operation. See "Guarante
2020

2121
# LICENSE
2222

23-
## This release:
24-
25-
- <b>OpenSimMPLS 2.3</b> is released under the terms of Apache Software License 2.0.
23+
## Latest snapshot version being developed:
2624

27-
## Previous releases:
25+
- <b>OpenSimMPLS 2.4-SNAPSHOT</b> (develop branch) - Apache-2.0.
2826

29-
- <b>OpenSimMPLS 2.2</b> was released under the terms of Apache Software License 2.0.
30-
- <b>OpenSimMPLS 2.1</b> was released under the terms of Apache Software License 2.0.
31-
- <b>OpenSimMPLS 2.0</b> was released under the terms of Apache Software License 2.0.
32-
- <b>OpenSimMPLS 1.1</b> was released under the terms of GPLv3.0+.
33-
- <b>OpenSimMPLS 1.0</b> was released under the terms of GPLv2.0+.
27+
## Binary releases:
28+
29+
- <b>OpenSimMPLS 2.3</b> (current, master branch) - Apache-2.0.
30+
- <b>OpenSimMPLS 2.0 - 2.2</b> - Apache-2.0.
31+
- <b>OpenSimMPLS 1.1</b> - GPLv3.0-or-later.
32+
- <b>OpenSimMPLS 1.0</b> - GPLv2.0-or-later.
3433

3534
# PEOPLE BEHIND OPENSIMMPLS
3635

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2626
<maven.compiler.release>9</maven.compiler.release>
2727
<!-- About this version of OpenSimMPLS -->
28-
<opensimmpls.version>2.3-SNAPSHOT</opensimmpls.version>
28+
<opensimmpls.version>2.3</opensimmpls.version>
2929
<opensimmpls.license>Apache-2.0</opensimmpls.license>
3030
</properties>
3131

3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>com.manolodominguez</groupId>
3434
<artifactId>opensimmpls</artifactId>
35-
<version>2.3-SNAPSHOT</version>
35+
<version>2.3</version>
3636
<packaging>jar</packaging>
3737
<name>OpenSimMPLS - Opensource GoS/MPLS network simulator</name>
3838
<description>OpenSimMPLS is an MPLS network simulator, multiplatform and mutilanguage. It is easy-to-use and is intended for teaching activities. It can be used as well to test new protocols, techniques and methods related to MPLS and/or GoS.</description>

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"projectinfo": {
33
"name": "OpenSimMPLS",
4-
"version": "1.3-SNAPSHOT",
4+
"version": "2.3",
55
"redistribution": "SOFTWARE_PACKAGE_OR_SAAS",
66
"licenses": ["APACHE_2_0"]
77
},

0 commit comments

Comments
 (0)