forked from uPortal-Project/uPortal-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
55 lines (49 loc) · 1.57 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version=5.0.0-SNAPSHOT
# Versions of Bundled Applications
announcementsPortletVersion=2.3.6
basicltiPortletVersion=1.4.2
bookmarksPortletVersion=1.1.1
calendarPortletVersion=2.5.2
casServerVersion=3.5.2.1
casProxyTestPortletVersion=1.0.1
emailPreviewPortletVersion=2.3.0
esupFilemanagerPortletVersion=3.1.2
feedbackPortletVersion=1.2.2
functionalTestsPortletVersion=1.1.4
jasigWidgetPortletVersion=2.2.7
resourceServerVersion=1.0.48
resourceServer13Version=1.3.0
newsReaderPortletVersion=5.0.0
notificationPortletVersion=4.1.1
sakaiConnectorPortletVersion=1.5.2
simpleContentPortletVersion=3.1.1
uPortalVersion=5.2.2
weatherPortletVersion=1.1.7
webProxyPortletVersion=2.3.1
# Versions of WebJars included with resource-server
contentCarouselVersion=1.7.4
waffleMenuVersion=1.7.4
portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0
servletApiDependency=javax.servlet:javax.servlet-api:3.0.1
ccppVersion=1.0
commonsCodecVersion=1.11
commonsCollectionsVersion=3.2.2
commonsDbcpVersion=1.4
ehcacheVersion=2.6.8
gradleDockerPluginVersion=3.2.4
hsqldbVersion=2.4.1
jasyptVersion=1.9.2
personDirectoryVersion=1.8.5
plutoVersion=2.1.0-M3
slf4jVersion=1.7.21
springVersion=3.2.9.RELEASE
tomcatVersion=8.5.32
waroverlayPluginVersion=0.9.3
xercesImplVersion=2.9.1
nodejsVersion=10.7.0
org.gradle.parallel=true
# These properties control image & version settings of Docker images built by the CLI.
# Customize the first in this file, and the second with a -P argument
# (e.g. $ ./gradlew dockerBuildImages -PdockerImageVersion=latest)
dockerImageBaseName=apereo/uportal
dockerImageVersion=latest