Skip to content

Commit

Permalink
Merge #2044 from branch 'UpdateMfVersion6.1.2' of github.com:hbz/lobi…
Browse files Browse the repository at this point in the history
…d-resources
  • Loading branch information
dr0i committed Aug 19, 2024
2 parents fa71b7f + e9d12a5 commit 4935759
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd ..
git clone https://github.com/metafacture/metafacture-fix.git
cd metafacture-fix
git checkout 1.0.0
git checkout 1.1.2
./gradlew publishToMavenLocal
cd -
- name: Build with Maven
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-io</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-files</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-json</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand All @@ -40,72 +40,72 @@
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-biblio</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-formeta</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-monitoring</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-strings</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-formatting</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-elasticsearch</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-csv</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-flowcontrol</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-plumbing</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph-test</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-xml</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-mangling</artifactId>
<version>6.0.0</version>
<version>6.1.2</version>
</dependency>
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafix</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 4935759

Please sign in to comment.