review changes

This commit is contained in:
Rodica Sutu
2018-06-08 10:11:31 +03:00
parent 4ae7ec7e93
commit cc723d7fc7
3 changed files with 3 additions and 4 deletions

View File

@@ -169,8 +169,6 @@
<maven.build.sourceVersion>1.8</maven.build.sourceVersion> <maven.build.sourceVersion>1.8</maven.build.sourceVersion>
<maven.build.testSourceVersion>1.8</maven.build.testSourceVersion> <maven.build.testSourceVersion>1.8</maven.build.testSourceVersion>
<jackson.version>2.9.5</jackson.version>
<spring.version>5.0.4.RELEASE</spring.version>
<mockito.version>1.10.19</mockito.version> <mockito.version>1.10.19</mockito.version>
<postgresql.version>42.2.1</postgresql.version> <postgresql.version>42.2.1</postgresql.version>
<mysql.version>5.1.40</mysql.version> <mysql.version>5.1.40</mysql.version>

View File

@@ -73,6 +73,9 @@
</dependencyManagement> </dependencyManagement>
<properties> <properties>
<jackson.version>2.9.5</jackson.version>
<spring.version>5.0.4.RELEASE</spring.version>
<alfresco.version>6.0.5-ea</alfresco.version> <alfresco.version>6.0.5-ea</alfresco.version>
<share.version>6.0.0-rc5</share.version> <share.version>6.0.0-rc5</share.version>
<!-- The properties app.amp.* need to be set for share to work. --> <!-- The properties app.amp.* need to be set for share to work. -->

View File

@@ -30,8 +30,6 @@
<dependency.alfresco-core.version>7.3</dependency.alfresco-core.version> <dependency.alfresco-core.version>7.3</dependency.alfresco-core.version>
<dependency.alfresco-repository.version>6.51</dependency.alfresco-repository.version> <dependency.alfresco-repository.version>6.51</dependency.alfresco-repository.version>
<dependency.alfresco-remote-api.version>6.35</dependency.alfresco-remote-api.version> <dependency.alfresco-remote-api.version>6.35</dependency.alfresco-remote-api.version>
<!-- Alfresco Share version -->
<alfresco.share.version>6.0.0-rc5</alfresco.share.version>
<alfresco.alfresco-share-services.version>6.0.0-rc5</alfresco.alfresco-share-services.version> <alfresco.alfresco-share-services.version>6.0.0-rc5</alfresco.alfresco-share-services.version>
</properties> </properties>