VYPR
Critical severityNVD Advisory· Published Jan 30, 2020· Updated Aug 4, 2024

Authentication Bypass For Endpoints With Anonymous Access in OpenCast

CVE-2020-5206

Description

In Opencast before 7.6 and 8.1, using a remember-me cookie with an arbitrary username can cause Opencast to assume proper authentication for that user even if the remember-me cookie was incorrect given that the attacked endpoint also allows anonymous access. This way, an attacker can, for example, fake a remember-me token, assume the identity of the global system administrator and request non-public content from the search service without ever providing any proper authentication. This problem is fixed in Opencast 7.6 and Opencast 8.1

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.opencastproject:opencast-kernelMaven
< 7.67.6
org.opencastproject:opencast-kernelMaven
>= 8.0, < 8.18.1

Affected products

1

Patches

2
6241ba154a6b

Opencast 7.6

https://github.com/opencast/opencastMaximiliano Lira Del CantoJan 29, 2020via osv
212 files changed · +213 213
  • assemblies/dist-admin/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-adminpresentation/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-adminworker/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-allinone/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-develop/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-ingest/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-migration/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-presentation/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/dist-worker/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • assemblies/karaf-features/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject.assemblies</groupId>
         <artifactId>opencast-assemblies</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <artifactId>opencast-karaf-features</artifactId>
    
  • assemblies/pom.xml+1 1 modified
    @@ -4,7 +4,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/admin-ui-index/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/admin-ui/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/animate-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/animate-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/animate-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/animate-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/annotation-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/annotation-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-storage-aws/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-storage-fs/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-util/pom.xml+1 1 modified
    @@ -21,7 +21,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/asset-manager-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/authorization-manager/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/authorization-xacml/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/caption-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/caption-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/caption-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/capture-admin-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/capture-admin-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/comments-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/common-jpa-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/common/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/composer-ffmpeg/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/composer-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/composer-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/composer-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/conductor/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/cover-image-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/cover-image-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/cover-image-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/cover-image-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dataloader/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/db/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dictionary-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dictionary-hunspell/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dictionary-none/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dictionary-regexp/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-adaptive-streaming-wowza/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-aws-s3-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-aws-s3/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-aws-s3-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-download/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-download-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-streaming/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-service-streaming-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/distribution-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/dublincore/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/email-template-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/email-template-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-paella-player/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-core/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-archetype/pom.xml+2 2 modified
    @@ -3,14 +3,14 @@
       <modelVersion>4.0.0</modelVersion>
       <groupId>org.opencastproject</groupId>
       <artifactId>opencast-theodul-plugin</artifactId>
    -  <version>7-SNAPSHOT</version>
    +  <version>7.6</version>
       <packaging>maven-archetype</packaging>
       <name>Opencast :: engage-theodul-plugin-archetype</name>
       <description>An archetype that generates a plugin for the Opencast Theodul Player</description>
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-archetype/src/main/resources/archetype-resources/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-controls/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-custom-matomo/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-custom-mhConnection/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-custom-notifications/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-custom-usertracking/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-description/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-tab-description/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-tab-shortcuts/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-tab-slidetext/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-timeline-statistics/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-theodul-plugin-video-videojs/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/engage-ui/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/event-comment/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/execute-api/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/execute-impl/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/execute-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/execute-workflowoperation/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/external-api-index/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/external-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/fileupload/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/hello-world-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/hello-world-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/incident-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/index-service/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/ingest-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/ingest-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/ingest-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/inspection-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/inspection-service-ffmpeg/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/inspection-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/inspection-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/kernel/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/live-schedule-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/live-schedule-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/logging-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/lti/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/mattermost-notification-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/message-broker-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/message-broker-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/metadata-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/metadata/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/migration/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/mpeg7/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/notification-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/oaipmh-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/oaipmh-persistence/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/oaipmh/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/oaipmh-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/presets/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-configurable/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-configurable-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-oaipmh/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-oaipmh-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-youtube-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/publication-service-youtube-v3/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/rest-test-environment/pom.xml+1 1 modified
    @@ -11,7 +11,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/runtime-info/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/runtime-info-ui-ng/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/runtime-info-ui/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-conflict-handler/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-conflict-notifier-comment/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-conflict-notifier-email/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/scheduler-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/schema/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search-service-feeds/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/search-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-aai/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-cas-client-wrapper/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-cas/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-ldap/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-openid/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/security-shibboleth/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/series-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/series-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/series-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/serviceregistry/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/silencedetection-api/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/silencedetection-impl/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/silencedetection-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/smil-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/smil-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/solr/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/sox-api/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/sox-impl/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/sox-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/sox-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/static-file-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/static-file-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/static/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/textanalyzer-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/textanalyzer-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/textanalyzer-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/textanalyzer-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/textextractor-tesseract/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/themes/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/themes-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/timelinepreviews-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/timelinepreviews-ffmpeg/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/timelinepreviews-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
     
    
  • modules/timelinepreviews-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/transcription-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/transcription-service-ibm-watson-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/transcription-service-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/urlsigning-common/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/urlsigning-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/urlsigning-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/urlsigning-verifier-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/urlsigning-verifier-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/userdirectory-ldap/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/userdirectory-moodle/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/userdirectory/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/userdirectory-sakai/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/user-interface-configuration/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/usertracking-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/usertracking-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videoeditor-api/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videoeditor-ffmpeg-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videoeditor-remote/pom.xml+1 1 modified
    @@ -8,7 +8,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videoeditor-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videosegmenter-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videosegmenter-ffmpeg/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videosegmenter-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/videosegmenter-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/waveform-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/waveform-ffmpeg/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/waveform-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/waveform-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workflow-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workflow-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workflow-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workflow-workflowoperation/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/working-file-repository-service-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/working-file-repository-service-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/working-file-repository-service-remote/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workspace-api/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • modules/workspace-impl/pom.xml+1 1 modified
    @@ -7,7 +7,7 @@
       <parent>
         <groupId>org.opencastproject</groupId>
         <artifactId>base</artifactId>
    -    <version>7-SNAPSHOT</version>
    +    <version>7.6</version>
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <properties>
    
  • pom.xml+1 1 modified
    @@ -3,7 +3,7 @@
       <modelVersion>4.0.0</modelVersion>
       <groupId>org.opencastproject</groupId>
       <artifactId>base</artifactId>
    -  <version>7-SNAPSHOT</version>
    +  <version>7.6</version>
       <packaging>pom</packaging>
       <name>opencast</name>
       <description>Opencast is a media capture, processing, management and distribution system</description>
    
b157e1fb3b35

Authentication Bypass For Endpoints With Anonymous Access

https://github.com/opencast/opencastLars KiesowJan 13, 2020via ghsa
1 file changed · +10 6
  • modules/kernel/src/main/java/org/opencastproject/kernel/security/SecurityServiceSpringImpl.java+10 6 modified
    @@ -32,6 +32,7 @@
     
     import org.slf4j.Logger;
     import org.slf4j.LoggerFactory;
    +import org.springframework.security.authentication.AnonymousAuthenticationToken;
     import org.springframework.security.core.Authentication;
     import org.springframework.security.core.GrantedAuthority;
     import org.springframework.security.core.context.SecurityContextHolder;
    @@ -94,15 +95,19 @@ public User getUser() throws IllegalStateException {
     
         User delegatedUser = delegatedUserHolder.get();
     
    +    Authentication auth = SecurityContextHolder.getContext().getAuthentication();
    +    if (auth instanceof AnonymousAuthenticationToken) {
    +      return SecurityUtil.createAnonymousUser(org);
    +    }
    +
         if (delegatedUser != null) {
           return delegatedUser;
         }
     
    -    Authentication auth = SecurityContextHolder.getContext().getAuthentication();
         JaxbOrganization jaxbOrganization = JaxbOrganization.fromOrganization(org);
         if (auth != null) {
           Object principal = auth.getPrincipal();
    -      if ((principal != null) && (principal instanceof UserDetails)) {
    +      if ((principal instanceof UserDetails)) {
             UserDetails userDetails = (UserDetails) principal;
     
             User user = null;
    @@ -111,16 +116,15 @@ public User getUser() throws IllegalStateException {
             if (userDirectory != null) {
               user = userDirectory.loadUser(userDetails.getUsername());
               if (user == null) {
    -            logger.debug(
    -                    "Authenticated user '{}' could not be found in any of the current UserProviders. Continuing anyway...",
    -                    userDetails.getUsername());
    +            logger.debug("Authenticated user '{}' could not be found in any of the current UserProviders. "
    +                + "Continuing anyway...", userDetails.getUsername());
               }
             } else {
               logger.debug("No UserDirectory was found when trying to search for user '{}'", userDetails.getUsername());
             }
     
             // Add the roles (authorities) in the security context
    -        Set<JaxbRole> roles = new HashSet<JaxbRole>();
    +        Set<JaxbRole> roles = new HashSet<>();
             Collection<? extends GrantedAuthority> authorities = auth.getAuthorities();
             if (authorities != null) {
               for (GrantedAuthority ga : authorities) {
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

4

News mentions

0

No linked articles in our index yet.