Enhancing version to have zero-dependencies container

master
Luca Frosini 4 years ago
parent 441baf14b3
commit d462893125

1
.gitignore vendored

@ -0,0 +1 @@
/target/

@ -0,0 +1,3 @@
/org.eclipse.core.resources.prefs
/org.eclipse.jdt.core.prefs
/org.eclipse.m2e.core.prefs

@ -11,7 +11,7 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId>
<version>2.2.0</version>
<version>3.0.0-SNAPSHOT</version>
<name>SmartGears</name>
<dependencyManagement>
@ -19,7 +19,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -0,0 +1 @@
/smartgears-config.xml
Loading…
Cancel
Save