Skip to content

Commit

Permalink
release version 19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
opaetzel committed Nov 7, 2019
1 parent 542a937 commit 1c89e89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Goobi/module-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<parent>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<version>3.0.24-SNAPSHOT</version>
<version>3.0.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-jar</artifactId>
<version>3.0.24-SNAPSHOT</version>
<version>3.0.24</version>
<packaging>jar</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions Goobi/module-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<parent>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<version>3.0.24-SNAPSHOT</version>
<version>3.0.24</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core-war</artifactId>
<version>3.0.24-SNAPSHOT</version>
<version>3.0.24</version>
<packaging>war</packaging>
<scm>
<url>scm:git:http://github.com/intranda/goobi</url>
Expand Down
8 changes: 3 additions & 5 deletions Goobi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.intranda.goobi.workflow</groupId>
<artifactId>goobi-core</artifactId>
<!-- When updating the version, make sure to also update the version in
the submodules -->
<version>3.0.24-SNAPSHOT</version>
<version>3.0.24</version>
<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<publicVersion>19.10-7</publicVersion>
<publicVersion>19.11</publicVersion>
</properties>

<repositories>
Expand Down

0 comments on commit 1c89e89

Please sign in to comment.