git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/distributions/maven-portal-bom@75240 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3e82e7070f
commit
454f49057b
10
pom.xml
10
pom.xml
|
@ -14,7 +14,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<bom.version>1.0.0-SNAPSHOT</bom.version>
|
||||
<bom.version>1.1.0-SNAPSHOT</bom.version>
|
||||
<gwtVersion>2.4.0</gwtVersion>
|
||||
</properties>
|
||||
|
||||
|
@ -42,13 +42,13 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslcontent</artifactId>
|
||||
<version>[4.1.3-SNAPSHOT,)</version>
|
||||
<version>[5.0.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslcore</artifactId>
|
||||
<version>[3.2.2-SNAPSHOT,)</version>
|
||||
<version>[3.3.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslsearch</artifactId>
|
||||
<version>[3.2.0-SNAPSHOT,)</version>
|
||||
<version>[4.0.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -84,7 +84,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<artifactId>home-library</artifactId>
|
||||
<version>[4.3.1-SNAPSHOT,)</version>
|
||||
<version>[4.5.0-SNAPSHOT,)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue