Skip to content

Commit

Permalink
Merge pull request #620 from JulianKniephoff/oc14
Browse files Browse the repository at this point in the history
Stop supporting Opencast 13
  • Loading branch information
JulianKniephoff authored Dec 13, 2023
2 parents 3fdaf6e + 4d645d4 commit 4e544ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion opencast-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<_noimportjava>true</_noimportjava>
<Import-Package>
org.opencastproject.*${opencast.deploy.version},
*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<opencast.build.version>13.0</opencast.build.version>
<opencast.build.version>14.0</opencast.build.version>
<opencast.deploy.version>;version="${opencast.build.version}"</opencast.deploy.version>
</properties>

Expand Down

0 comments on commit 4e544ed

Please sign in to comment.