Skip to content

Commit e082b66

Browse files
committed
Bump version = "2.2" for release
1 parent 41bd1e9 commit e082b66

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

scala/abstract_syntax/src/main/scala/deductions/runtime/abstract_syntax/FormSyntaxFactory.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,6 @@ trait FormSyntaxFactory[Rdf <: RDF, DATASET]
201201
// TODO make it functional #170
202202
val fieldsCompleteList: Seq[Entry] = makeEntriesFromFormSyntax(step1)
203203

204-
// def check(fieldsCompleteList: Seq[Entry], mess: String="") = { // DEBUG <<<<<<<<<<<<<<<<<<<<<<
205-
// for (field <- fieldsCompleteList ) {
206-
// if( field.htmlName == "" )
207-
// println(s">>>>>>>>>>>>>>>>>>>>>>> $mess field $field")
208-
// }
209-
// }
210-
//check(fieldsCompleteList, "fieldsCompleteList")
211-
212204
val subject = step1.subject
213205
val classs = step1.classs
214206

scala/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import Common._
88
name := "semantic_forms-root"
99

1010
organization in ThisBuild := "deductions"
11-
// version in ThisBuild := "2.2-SNAPSHOT"
12-
version in ThisBuild := "2.1"
11+
// version in ThisBuild := "2.3-SNAPSHOT"
12+
version in ThisBuild := "2.2"
1313

1414
scalaVersion in ThisBuild := "2.11.12" // "2.12.4"
1515
javacOptions in ThisBuild := Seq("-source","1.8", "-target","1.8")

0 commit comments

Comments
 (0)