{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by ledsoft"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 10,
      "buildableTimeMillis" : 10,
      "buildingDurationMillis" : 47405,
      "executingTimeMillis" : 47405,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8240,
      "waitingTimeMillis" : 8240
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/refactoring" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 12,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
            "branch" : [
              {
                "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
                "name" : "origin/refactoring"
              }
            ]
          },
          "revision" : {
            "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
            "branch" : [
              {
                "SHA1" : "79ee7ecf7775e83e456587140d6ea8de9dd7c09e",
                "name" : "origin/refactoring"
              }
            ]
          }
        },
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 218,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
            "branch" : [
              {
                "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
            "branch" : [
              {
                "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
        "branch" : [
          {
            "SHA1" : "cfe74410f5d32925461210e5f16122886ded0efa",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/kbss-cvut/jopa.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.sonar.action.SonarAnalysisAction",
      "ceTaskId" : None,
      "credentialsId" : None,
      "installationName" : "SonarQube",
      "installationUrl" : "https://kbss.felk.cvut.cz/sonarqube",
      "new" : False,
      "serverUrl" : "https://kbss.felk.cvut.cz/sonarqube",
      "skipped" : False,
      "sonarqubeDashboardUrl" : "https://kbss.felk.cvut.cz/sonarqube/dashboard?id=cz.cvut.kbss.jopa%3Ajopa-all"
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 28,
      "totalCount" : 5052,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.plugins.sonar.action.SonarBuildBadgeAction",
      "url" : "https://kbss.felk.cvut.cz/sonarqube/dashboard?id=cz.cvut.kbss.jopa%3Ajopa-all"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#218",
  "duration" : 47405,
  "estimatedDuration" : 555315,
  "executor" : None,
  "fullDisplayName" : "JOPA #218",
  "id" : "218",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 218,
  "queueId" : 167,
  "result" : "FAILURE",
  "timestamp" : 1721636817025,
  "url" : "https://kbss.felk.cvut.cz/jenkins/view/Java%20Tools/job/jopa-stable/218/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/EntityManager.java"
        ],
        "commitId" : "0d991029ee5ccb3eb5f565699ad506da3ec73c02",
        "timestamp" : 1720703148000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Doc] Fix documentation of EntityManager.getReference\u000a\u000aAdd info on when EntityNotFoundException is thrown.\u000a",
        "date" : "2024-07-11 15:05:48 +0200",
        "id" : "0d991029ee5ccb3eb5f565699ad506da3ec73c02",
        "msg" : "[Doc] Fix documentation of EntityManager.getReference",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-api/src/main/java/cz/cvut/kbss/jopa/model/EntityManager.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperImpl.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/cache/AbstractCacheManagerTest.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/cache/LruCacheManagerTest.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java",
          "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/EntityManagerImplTest.java"
        ],
        "commitId" : "3d9cae18bab810adb00cbd7a00081a2855e496d3",
        "timestamp" : 1720708121000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Ref] Replace remaining references to 'primaryKey' with 'identifier'.\u000a\u000aPrimary key is used in relational databases, JOPA does not work with them.\u000a",
        "date" : "2024-07-11 16:28:41 +0200",
        "id" : "3d9cae18bab810adb00cbd7a00081a2855e496d3",
        "msg" : "[Ref] Replace remaining references to 'primaryKey' with 'identifier'.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/EntityDeconstructor.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/ObjectOntologyMapperImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/cache/AbstractCacheManagerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/sessions/cache/LruCacheManagerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/test/java/cz/cvut/kbss/jopa/model/EntityManagerImplTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "modelgen/src/test/java/cz/test/ex/CustomAnnotation.java",
          "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessorTests.java",
          "modelgen/src/test/resources/TestingClassOWL_.txt",
          "modelgen/src/test/java/cz/test/ex/TestingClassOWL.java"
        ],
        "commitId" : "d174f73e427ef10c43390db05ec4ab44f8596336",
        "timestamp" : 1721222599000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Bug #257] Add test reproducing the issue.\u000a",
        "date" : "2024-07-17 15:23:19 +0200",
        "id" : "d174f73e427ef10c43390db05ec4ab44f8596336",
        "msg" : "[Bug #257] Add test reproducing the issue.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/java/cz/test/ex/TestingClassOWL.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessorTests.java"
          },
          {
            "editType" : "add",
            "file" : "modelgen/src/test/java/cz/test/ex/CustomAnnotation.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/resources/TestingClassOWL_.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Type.java",
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGenerator.java",
          "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessorTests.java",
          "modelgen/src/test/resources/TestingClassOWL_.txt",
          "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGeneratorTests.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java"
        ],
        "commitId" : "91c5414252a2f9877713949ba84b0081ec2e2ff6",
        "timestamp" : 1721222599000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Bug #257] Refactor element processing in modelgen to handle annotations in element type declaration.\u000a\u000aIn JDK 17 and before, annotations were added before type (\"@Annotation java.util.Set\"), now, they are inserted into the type (\"java.util@Annotation Set\"), so we cannot rely on TypeMirror.toString when determining type.\u000a",
        "date" : "2024-07-17 15:23:19 +0200",
        "id" : "91c5414252a2f9877713949ba84b0081ec2e2ff6",
        "msg" : "[Bug #257] Refactor element processing in modelgen to handle annotations in element type declaration.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/ModelGenProcessorTests.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGeneratorTests.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/test/resources/TestingClassOWL_.txt"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Type.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Type.java",
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Field.java",
          "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGenerator.java"
        ],
        "commitId" : "799b25582f216f25ba7e913653f37cabd8d0ca8a",
        "timestamp" : 1721222599000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Bug #257] Minor code cleanup in modelgen.\u000a",
        "date" : "2024-07-17 15:23:19 +0200",
        "id" : "799b25582f216f25ba7e913653f37cabd8d0ca8a",
        "msg" : "[Bug #257] Minor code cleanup in modelgen.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Field.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/classmodel/Type.java"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/src/main/java/cz/cvut/kbss/jopa/modelgen/OutputFilesGenerator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassM.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java"
        ],
        "commitId" : "7d844e64ac2f9de0793a412c2dc7abc91cdbf863",
        "timestamp" : 1721226321000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Enhancement #256] Add integration tests for the feature.\u000a",
        "date" : "2024-07-17 16:25:21 +0200",
        "id" : "7d844e64ac2f9de0793a412c2dc7abc91cdbf863",
        "msg" : "[Enhancement #256] Add integration tests for the feature.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/CreateOperationsRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/OWLClassM.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/Vocabulary.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/Converters.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ToURIConverter.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java",
          "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ToURLConverter.java"
        ],
        "commitId" : "da4b4b186dfc8bd5bcd0d51ae00e64a78d71837d",
        "timestamp" : 1721226321000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Enhancement #256] Add support for using URI/URL as data property values when mapped to simple literal.\u000a",
        "date" : "2024-07-17 16:25:21 +0200",
        "id" : "da4b4b186dfc8bd5bcd0d51ae00e64a78d71837d",
        "msg" : "[Enhancement #256] Add support for using URI/URL as data property values when mapped to simple literal.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ToURLConverter.java"
          },
          {
            "editType" : "add",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/oom/converter/ToURIConverter.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/src/main/java/cz/cvut/kbss/jopa/model/metamodel/Converters.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/runner/RetrieveOperationsRunner.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests-rdf4j/src/test/java/cz/cvut/kbss/jopa/test/query/rdf4j/TypedQueryTest.java",
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java",
          "ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/query/Rdf4jStatement.java",
          "ontodriver-jena/src/main/java/cz/cvut/kbss/ontodriver/jena/JenaDriver.java",
          "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/TypedQueryTest.java"
        ],
        "commitId" : "bb84e2c5b191ec2c40d5d2109333c4365f35224f",
        "timestamp" : 1721633377000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Enhancement #245] Enable integration test testing the feature.\u000a\u000aDisable the test for RDF4J, as it is not relevant there.\u000a",
        "date" : "2024-07-22 09:29:37 +0200",
        "id" : "bb84e2c5b191ec2c40d5d2109333c4365f35224f",
        "msg" : "[Enhancement #245] Enable integration test testing the feature.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-rdf4j/src/test/java/cz/cvut/kbss/jopa/test/query/rdf4j/TypedQueryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/src/main/java/cz/cvut/kbss/ontodriver/jena/JenaDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/src/main/java/cz/cvut/kbss/ontodriver/rdf4j/query/Rdf4jStatement.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/src/test/java/cz/cvut/kbss/jopa/test/query/jena/TypedQueryTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java",
          "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/StatementExecutor.java",
          "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/TransactionalStatementExecutor.java",
          "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/LiveOntologyStatementExecutor.java"
        ],
        "commitId" : "e6ceb1ec1224d9c11cb221321186c30ebe6e854a",
        "timestamp" : 1721633377000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@outlook.com",
        "comment" : "[Enhancement #245] Flush reasoner before executing query to purge possibly stale reasoner cache.\u000a",
        "date" : "2024-07-22 09:29:37 +0200",
        "id" : "e6ceb1ec1224d9c11cb221321186c30ebe6e854a",
        "msg" : "[Enhancement #245] Flush reasoner before executing query to purge possibly stale reasoner cache.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/StatementExecutor.java"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/src/main/java/cz/cvut/kbss/jopa/test/query/runner/TypedQueryRunner.java"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/TransactionalStatementExecutor.java"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/src/main/java/cz/cvut/kbss/ontodriver/owlapi/query/LiveOntologyStatementExecutor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-rdf4j/pom.xml",
          "pom.xml"
        ],
        "commitId" : "72a6675c71a8a7e20b73dfd7f1cd95b14f1b8a44",
        "timestamp" : 1721634365000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Update] Update to RDF4J 5.0.1.\u000a\u000aUpdate Maven plugins and JUnit as well.\u000a",
        "date" : "2024-07-22 09:46:05 +0200",
        "id" : "72a6675c71a8a7e20b73dfd7f1cd95b14f1b8a44",
        "msg" : "[Update] Update to RDF4J 5.0.1.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ontodriver-jena/pom.xml"
        ],
        "commitId" : "493cbc2f1a9ffb5388fa82edea4bbf3ae4441065",
        "timestamp" : 1721634913000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[Update] Update to Jena 5.1.0.\u000a",
        "date" : "2024-07-22 09:55:13 +0200",
        "id" : "493cbc2f1a9ffb5388fa82edea4bbf3ae4441065",
        "msg" : "[Update] Update to Jena 5.1.0.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "datatype/pom.xml",
          "jopa-owlapi-utils/pom.xml",
          "jopa-integration-tests-jena/pom.xml",
          "jopa-distribution/pom.xml",
          "ontodriver-rdf4j/pom.xml",
          "jopa-owl2java/pom.xml",
          "jopa-impl/pom.xml",
          "jopa-integration-tests/pom.xml",
          "pom.xml",
          "CHANGELOG.md",
          "jopa-maven-plugin/pom.xml",
          "jopa-integration-tests-owlapi/pom.xml",
          "modelgen/pom.xml",
          "ontodriver-api/pom.xml",
          "ontodriver-jena/pom.xml",
          "jopa-api/pom.xml",
          "ontodriver-owlapi/pom.xml",
          "jopa-integration-tests-rdf4j/pom.xml"
        ],
        "commitId" : "5170f45e0a0187d09147de5dae886a8272e208c1",
        "timestamp" : 1721636102000,
        "author" : {
          "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
          "fullName" : "Martin Ledvinka"
        },
        "authorEmail" : "martin.ledvinka@fel.cvut.cz",
        "comment" : "[2.0.3] Bump version, update changelog.\u000a",
        "date" : "2024-07-22 10:15:02 +0200",
        "id" : "5170f45e0a0187d09147de5dae886a8272e208c1",
        "msg" : "[2.0.3] Bump version, update changelog.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jopa-owlapi-utils/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "datatype/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-jena/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-distribution/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "modelgen/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-owl2java/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-impl/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-owlapi/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          },
          {
            "editType" : "edit",
            "file" : "ontodriver-api/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-integration-tests-rdf4j/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "jopa-maven-plugin/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://kbss.felk.cvut.cz/jenkins/user/ledvima1",
      "fullName" : "Martin Ledvinka"
    }
  ]
}