Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DARIAH-DE
kopal Library of Retrieval and Ingest
Commits
b11623f7
Commit
b11623f7
authored
Aug 09, 2022
by
group_2006_bot
Browse files
Prepare next development iteration 10.2.4-SNAPSHOT
parent
0e7ae3d8
Pipeline
#314109
passed with stages
in 10 minutes and 24 seconds
Changes
12
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kolibri-addon-textgrid-import/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-addon-textgrid-import
</artifactId>
<name>
koLibRI :: TextGrid :: Import Addon
</name>
...
...
kolibri-base/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-base
</artifactId>
<name>
koLibRI :: Base
</name>
...
...
kolibri-cli/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-cli
</artifactId>
<name>
koLibRI :: Command Line Interface
</name>
...
...
kolibri-db-beans/pom.xml
View file @
b11623f7
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-db-beans
</artifactId>
<name>
koLibRI :: Database Beans
</name>
...
...
kolibri-dhpublish-client/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-dhpublish-client
</artifactId>
<name>
koLibRI :: DARIAHDE :: Publish Client
</name>
...
...
kolibri-dhpublish-service/pom.xml
View file @
b11623f7
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-dhpublish-service
</artifactId>
<name>
koLibRI :: DARIAHDE :: Publish Service
</name>
...
...
kolibri-publish-api/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-publish-api
</artifactId>
<name>
koLibRI :: Publish :: Generic Publish API
</name>
...
...
kolibri-publish-service/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-publish-service
</artifactId>
<name>
koLibRI :: Publish :: Generic Publish Service
</name>
...
...
kolibri-schema-beans/pom.xml
View file @
b11623f7
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-schema-beans
</artifactId>
<name>
koLibRI :: Schema Beans
</name>
...
...
kolibri-tgpublish-client/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-tgpublish-client
</artifactId>
<name>
koLibRI :: TextGrid :: Publish Client
</name>
...
...
kolibri-tgpublish-service/pom.xml
View file @
b11623f7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
</parent>
<artifactId>
kolibri-tgpublish-service
</artifactId>
<name>
koLibRI :: TextGrid :: Publish Service
</name>
...
...
pom.xml
View file @
b11623f7
...
...
@@ -6,7 +6,7 @@
<groupId>
de.langzeitarchivierung.kolibri
</groupId>
<artifactId>
kolibri
</artifactId>
<name>
koLibRI :: kopal Library of Retrieval and Ingest
</name>
<version>
10.2.
3
</version>
<version>
10.2.
4-SNAPSHOT
</version>
<properties>
<kolibri.buildname>
WANDERWALDIGE WUSELWÜHLMAUS
</kolibri.buildname>
<java.version>
1.8
</java.version>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment