Skip to content

Commit 7c8f0ae

Browse files
committed
switch to jitpacked versions of rspace-core-util, rspace-audit, rspace-core-model
1 parent 2359406 commit 7c8f0ae

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<artifactId>researchspace</artifactId>
88
<groupId>com.github.rspace-os</groupId>
99
<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 -->
1211
<name>ResearchSpace</name>
1312
<url>http://www.researchspace.com</url>
13+
1414
<parent>
1515
<artifactId>rspace-parent</artifactId>
1616
<groupId>com.github.rspace-os</groupId>
@@ -44,6 +44,7 @@
4444
</snapshots>
4545
</repository>
4646
</repositories>
47+
4748
<build>
4849
<defaultGoal>install</defaultGoal>
4950
<finalName>${artifactName}</finalName>
@@ -690,7 +691,7 @@
690691
<dependency>
691692
<groupId>com.github.rspace-os</groupId>
692693
<artifactId>rspace-audit</artifactId>
693-
<version>0.14.0</version>
694+
<version>0.14.1</version>
694695
<exclusions>
695696
<exclusion>
696697
<groupId>org.apache.commons</groupId>
@@ -1737,7 +1738,7 @@
17371738
<dependency>
17381739
<groupId>com.github.rspace-os</groupId>
17391740
<artifactId>rspace-core-util</artifactId>
1740-
<version>1.0.0</version>
1741+
<version>1.0.1</version>
17411742
<exclusions>
17421743
<exclusion>
17431744
<groupId>commons-io</groupId>
@@ -3031,7 +3032,7 @@
30313032
<jstl.version>1.1.2</jstl.version>
30323033
<lucene.version>5.5.5</lucene.version>
30333034
<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>
30353036
<servlet.version>3.1.0</servlet.version>
30363037
<sitemesh.version>2.4.2</sitemesh.version>
30373038
<urlrewrite.version>4.0.3</urlrewrite.version>

0 commit comments

Comments
 (0)