Skip to content

Commit

Permalink
prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonde committed Apr 6, 2022
1 parent 008972b commit 7eab37a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions goobi-viewer-theme-reference/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.goobi.viewer.theme</groupId>
<artifactId>theme-reference</artifactId>
<version>22.03-SNAPSHOT</version>
<version>22.04-SNAPSHOT</version>
<packaging>war</packaging>


Expand Down Expand Up @@ -43,18 +43,18 @@
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-core</artifactId>
<version>22.03-SNAPSHOT</version>
<version>22.04-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-core-config</artifactId>
<version>22.03-SNAPSHOT</version>
<version>22.04-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.goobi.viewer</groupId>
<artifactId>viewer-connector</artifactId>
<version>22.03-SNAPSHOT</version>
<version>22.04-SNAPSHOT</version>
</dependency>
</dependencies>

Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>io.goobi.viewer.module</groupId>
<artifactId>module-crowdsourcing</artifactId>
<version>22.03-SNAPSHOT</version>
<version>22.04-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit 7eab37a

Please sign in to comment.