Skip to content

Commit

Permalink
[#6] Fix to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo committed Apr 23, 2021
1 parent 2556ba0 commit 7451cd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compileJava {
}

group 'com.github.sgov'
version = '1.6.1'
version = '1.6.2'

test {
useJUnitPlatform()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/sgov/server/Validator.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Validator() {
for (int i = 1; i <= 7; i++) {
modelRules.add(resource("m" + i));
}
for (int i = 1; i <= 2; i++) {
for (int i = 1; i <= 3; i++) {
vocabularyRules.add(resource("s" + i));
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/rules/s3.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix j-sgov-obecný: <https://slovník.gov.cz/jazyk/obecný/> .

j-sgov-obecný:s2
j-sgov-obecný:s3
a sh:NodeShape ;
sh:severity sh:Warning ;
sh:message "Nedeklarovaný pojem je použit ve slovníku."@cs,
Expand Down

0 comments on commit 7451cd2

Please sign in to comment.