-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
52 lines (36 loc) · 1.26 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
# E.g. your domain name
modowner=bytor99999
# Your module name
modname=mod-spring-appcontext
# Your module version
version=1.0.0-RELEASE
# The test timeout in seconds
testtimeout=300
# Set to true if you want module dependencies to be pulled in and nested inside the module itself
pullInDeps=true
# Set to true if you want the build to output a jar as well as a module zip file
produceJar=true
# The version of Groovy language to compile against (if you are using Groovy compiled verticles or VertxTests)
groovyLangModVersion=2.0.0-final
# The version of Groovy to use (if you are using Groovy)
groovyVersion=2.1.5
# Gradle version
gradleVersion=1.4
# The version of Vert.x
vertxVersion=2.0.0-final
# The version of Vert.x test tools
toolsVersion=2.0.0-final
# The version of JUnit
junitVersion=4.10
# The version of Spring
springVersion=3.2.3.RELEASE
# The version of aspectj
aspectjVersion=1.6.12
# other Spring projects that you might use. Spring Data versions are the ones that work together as the Release train of Spring Data
springDataCommonsVersion=1.5.0.RELEASE
springDataJPAVersion=1.3.0.RELEASE
springDataMongoVersion=1.2.0.RELEASE
springDataNEO4jVersion=2.2.0.RELEASE
springIntegrationVersion=2.2.3.RELEASE
sonatypeUsername=deployment
sonatypePassword=deployment123