diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/.settings/.gitignore b/.settings/.gitignore new file mode 100644 index 0000000..1de83a6 --- /dev/null +++ b/.settings/.gitignore @@ -0,0 +1,3 @@ +/org.eclipse.core.resources.prefs +/org.eclipse.jdt.core.prefs +/org.eclipse.m2e.core.prefs diff --git a/pom.xml b/pom.xml index e5e2ad5..349c84e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.core common-smartgears - 2.2.0 + 3.0.0-SNAPSHOT SmartGears @@ -19,7 +19,7 @@ org.gcube.distribution gcube-bom - LATEST + 2.0.0-SNAPSHOT pom import diff --git a/src/main/resources/META-INF/.gitignore b/src/main/resources/META-INF/.gitignore new file mode 100644 index 0000000..b5c4b2d --- /dev/null +++ b/src/main/resources/META-INF/.gitignore @@ -0,0 +1 @@ +/smartgears-config.xml