From ca9d79353a1e448da6f7c84150a9966b30ad8a89 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Fri, 24 Apr 2020 16:10:03 +0200 Subject: [PATCH] move example-pom to samples/ --- README.md | 2 +- {misc => samples}/maven/example-pom.xml | 0 {misc => samples}/maven/settings.xml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {misc => samples}/maven/example-pom.xml (100%) rename {misc => samples}/maven/settings.xml (100%) diff --git a/README.md b/README.md index 002299728..e3eabd506 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ dependencies { Because maven is a bit more verbose than gradle, the example is not listed here but a [settings.xml](https://github.com/robstoll/atrium/tree/master/misc/maven/settings.xml) is provided to set up the repository as well as an -[example-pom.xml](https://github.com/robstoll/atrium/tree/master/misc/maven/example-pom.xml) +[example-pom.xml](https://github.com/robstoll/atrium/tree/master/samples/maven/example-pom.xml) which includes the necessary dependencies. That is all, you are all set. Jump to [Examples](#examples) which shows how to use Atrium. diff --git a/misc/maven/example-pom.xml b/samples/maven/example-pom.xml similarity index 100% rename from misc/maven/example-pom.xml rename to samples/maven/example-pom.xml diff --git a/misc/maven/settings.xml b/samples/maven/settings.xml similarity index 100% rename from misc/maven/settings.xml rename to samples/maven/settings.xml