Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hbz/lobid-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Apr 23, 2021
2 parents 3f28b54 + fda5dba commit cd2879b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Install metafacture-core snapshot
run: |
git clone https://github.com/metafacture/metafacture-core.git
cd metafacture-core
./gradlew install
# uncomment when needed
#- name: Install metafacture-core snapshot
#run: |
# git clone https://github.com/metafacture/metafacture-core.git
# cd metafacture-core
# ./gradlew install
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,72 +16,72 @@
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-io</artifactId>
<version>master-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-json</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-biblio</artifactId>
<version>master-SNAPSHOT</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-formeta</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-monitoring</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-strings</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-formatting</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-triples</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-flowcontrol</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-plumbing</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph-test</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-xml</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-mangling</artifactId>
<version>5.1.0</version>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
Expand Down

0 comments on commit cd2879b

Please sign in to comment.