-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
42 lines (34 loc) · 1.37 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
PROJ_GROUP=com.bbossgroups.session
PROJ_VERSION=6.2.8
BBOSS_SECURITY_VERSION=6.2.8
bboss_version=6.2.8
PROJ_BBOSS_DATA_VERSION=6.2.9
log4j2_version=2.24.3
skipTest=true
PROJ_WEBSITEURL=http://www.bbossgroups.com
PROJ_ISSUETRACKERURL=https://github.com/bbossgroups/sessiondemo/issues
PROJ_VCSURL=https://github.com/bbossgroups/sessiondemo.git
PROJ_DESCRIPTION=support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/
PROJ_LICENCE_NAME=The Apache Software License, Version 2.0
PROJ_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
PROJ_LICENCE_DEST=repo
DEVELOPER_ID=yin-bp
DEVELOPER_NAME=biaoping.yin
DEVELOPER_EMAIL=yin-bp@163.com
SOURCE_COMPILER_LEVEL=1.8
TARGET_COMPILER_LEVEL=1.8
JAVADOC_SOURCE_LEVEL=1.8
JAVADOC_COMPILER_LEVEL=1.8
signing.keyId=2D93B1EE
signing.password=bboss.com
signing.secretKeyRingFile=../bboss.gpg
sonatype_url=https://oss.sonatype.org/service/local/staging/deploy/maven2
sonatype_username=
sonatype_password=
scm_connection=scm:git:git@github.com:bbossgroups/sessiondemo.git
scm_developerConnection=scm:git:git@github.com:bbossgroups/sessiondemo.git
scm_url=https://github.com/bbossgroups/sessiondemo
uploadArchivesToMavenCenter=true
jacksonversion=2.18.2
jacksondatabaindversion=2.18.2
jedisversion=4.3.1