|
7 | 7 | <artifactId>researchspace</artifactId>
|
8 | 8 | <groupId>com.github.rspace-os</groupId>
|
9 | 9 | <packaging>war</packaging>
|
10 |
| - |
11 |
| - <version>2.0.1-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version --> |
| 10 | + <version>2.1.0-SNAPSHOT-${timestamp}</version><!-- appVersionID don't remove this comment it identifies this version --> |
12 | 11 | <name>ResearchSpace</name>
|
13 | 12 | <url>http://www.researchspace.com</url>
|
| 13 | + |
14 | 14 | <parent>
|
15 | 15 | <artifactId>rspace-parent</artifactId>
|
16 | 16 | <groupId>com.github.rspace-os</groupId>
|
|
44 | 44 | </snapshots>
|
45 | 45 | </repository>
|
46 | 46 | </repositories>
|
| 47 | + |
47 | 48 | <build>
|
48 | 49 | <defaultGoal>install</defaultGoal>
|
49 | 50 | <finalName>${artifactName}</finalName>
|
|
690 | 691 | <dependency>
|
691 | 692 | <groupId>com.github.rspace-os</groupId>
|
692 | 693 | <artifactId>rspace-audit</artifactId>
|
693 |
| - <version>0.14.0</version> |
| 694 | + <version>0.14.1</version> |
694 | 695 | <exclusions>
|
695 | 696 | <exclusion>
|
696 | 697 | <groupId>org.apache.commons</groupId>
|
|
1737 | 1738 | <dependency>
|
1738 | 1739 | <groupId>com.github.rspace-os</groupId>
|
1739 | 1740 | <artifactId>rspace-core-util</artifactId>
|
1740 |
| - <version>1.0.0</version> |
| 1741 | + <version>1.0.1</version> |
1741 | 1742 | <exclusions>
|
1742 | 1743 | <exclusion>
|
1743 | 1744 | <groupId>commons-io</groupId>
|
|
3031 | 3032 | <jstl.version>1.1.2</jstl.version>
|
3032 | 3033 | <lucene.version>5.5.5</lucene.version>
|
3033 | 3034 | <netty.version>4.1.63.Final</netty.version>
|
3034 |
| - <rspace-core-model.version>2.1.0-SNAPSHOT</rspace-core-model.version> |
| 3035 | + <rspace-core-model.version>2.1.0</rspace-core-model.version> |
3035 | 3036 | <servlet.version>3.1.0</servlet.version>
|
3036 | 3037 | <sitemesh.version>2.4.2</sitemesh.version>
|
3037 | 3038 | <urlrewrite.version>4.0.3</urlrewrite.version>
|
|
0 commit comments