Skip to content

Commit 1751be2

Browse files
committed
Release 3.3
1 parent da3b891 commit 1751be2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/gr/forth/ics/isl/x3mlEditor/Index.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected void processRequest(HttpServletRequest request, HttpServletResponse re
131131
//If there is namespaces without at least one namespace, add it
132132
mappingFile.xAppend("//namespaces[not(namespace)]", "<namespace prefix='' uri=''/>");
133133
mappingFile.xRemove("//info/target[position()>1]"); // Deleting second target if it exists!
134-
mappingFile.xAddAttribute("//x3ml", "editor", "3MEditor v3.3-SNAPSHOT"); // Adding 3MEditor version
134+
mappingFile.xAddAttribute("//x3ml", "editor", "3MEditor v3.3"); // Adding 3MEditor version
135135
String mappingFileAsString = getDBFileContent(collectionPath, xmlId);
136136

137137
xmlMiddle.append(mappingFileAsString);

src/main/webapp/readme.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
-->
2929
<fieldset>
3030
<legend>3MEditor</legend>
31-
Version: <b>3.3-SNAPSHOT</b><br/>
32-
Build: <b>2018-05-30 ()</b>
31+
Version: <b>3.3</b><br/>
32+
Build: <b>2018-05-30 (da3b891decdd7c7e11cb16f46676f9a4655b60be)</b>
3333
</fieldset>
3434

3535
<fieldset>
@@ -38,7 +38,7 @@
3838
<h4 style="text-decoration: underline;">2018</h4>
3939

4040
<h5 style="text-decoration: underline;">May</h5>
41-
<p>30 May 2018: Updated x3ml engine to 1.9.0-SNAPSHOT to support thesaurus on transformation. Thesaurus may now also be nt or rdf.</p>
41+
<p>30 May 2018:<b>Release 3.3</b> Updated x3ml engine to 1.9.0-SNAPSHOT to support thesaurus on transformation. Thesaurus may now also be nt or rdf.</p>
4242
<p>29 May 2018: Release 3.3 almost ready. Editor updated to work with x3ml schema version 1.4. It now supports thesaurus uploading and usage by x3ml
4343
engine when transforming.</p>
4444
<p>02 May 2018: Updated isl.Reasoner version once more to fix an issue with nt files. Fixed Redmine Bug#1050 (Cannot update constant value inside additional)

0 commit comments

Comments
 (0)