Added sci-types-department to devel bundle
parent
5caad5871d
commit
e1808b4f6f
|
|
@ -230,6 +230,22 @@
|
||||||
<include>scripts/</include>
|
<include>scripts/</include>
|
||||||
</includes>
|
</includes>
|
||||||
</overlay>-->
|
</overlay>-->
|
||||||
|
<overlay>
|
||||||
|
<groupId>org.scientificcms</groupId>
|
||||||
|
<artifactId>sci-types-department</artifactId>
|
||||||
|
<type>jar</type>
|
||||||
|
<includes>
|
||||||
|
<include>assets/</include>
|
||||||
|
</includes>
|
||||||
|
</overlay>
|
||||||
|
<overlay>
|
||||||
|
<groupId>org.scientificcms</groupId>
|
||||||
|
<artifactId>sci-types-department</artifactId>
|
||||||
|
<type>jar</type>
|
||||||
|
<includes>
|
||||||
|
<include>WEB-INF/</include>
|
||||||
|
</includes>
|
||||||
|
</overlay>
|
||||||
<overlay>
|
<overlay>
|
||||||
<groupId>org.scientificcms</groupId>
|
<groupId>org.scientificcms</groupId>
|
||||||
<artifactId>sci-types-project</artifactId>
|
<artifactId>sci-types-project</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
<jar-file>lib/ccm-cms-7.0.0-SNAPSHOT.jar</jar-file>
|
<jar-file>lib/ccm-cms-7.0.0-SNAPSHOT.jar</jar-file>
|
||||||
<jar-file>lib/ccm-shortcuts-7.0.0-SNAPSHOT.jar</jar-file>
|
<jar-file>lib/ccm-shortcuts-7.0.0-SNAPSHOT.jar</jar-file>
|
||||||
<jar-file>lib/sci-publications-7.0.0-SNAPSHOT.jar</jar-file>
|
<jar-file>lib/sci-publications-7.0.0-SNAPSHOT.jar</jar-file>
|
||||||
|
<jar-file>lib/sci-types-department-7.0.0-SNAPSHOT.jar</jar-file>
|
||||||
<jar-file>lib/sci-types-project-7.0.0-SNAPSHOT.jar</jar-file>
|
<jar-file>lib/sci-types-project-7.0.0-SNAPSHOT.jar</jar-file>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,11 @@
|
||||||
<artifactId>sci-publications</artifactId>
|
<artifactId>sci-publications</artifactId>
|
||||||
<version>7.0.0-SNAPSHOT</version>
|
<version>7.0.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.scientificcms</groupId>
|
||||||
|
<artifactId>sci-types-department</artifactId>
|
||||||
|
<version>7.0.0-SNAPSHOT</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.scientificcms</groupId>
|
<groupId>org.scientificcms</groupId>
|
||||||
<artifactId>sci-types-project</artifactId>
|
<artifactId>sci-types-project</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue