forked from ItemConsulting/feature-toggle-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
31 lines (27 loc) · 1.14 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
group = com.gravitondigital
projectName = featuretoggleapp
xpVersion=7.0.0
version=0.1.0
# XP App values
appDisplayName = Feature Toggle
appName = com.gravitondigital.featuretoggle
vendorName = Graviton Digital AS
vendorUrl = https://gravitondigital.com
GROUP = com.gravitondigital
VERSION_NAME=0.1.0
POM_URL=https://github.com/GravitonDigital/feature-toggle-app
POM_SCM_URL=https://github.com/GravitonDigital/feature-toggle-app
POM_SCM_CONNECTION=scm:git:git://github.com/GravitonDigital/feature-toggle-app
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/GravitonDigital/feature-toggle-app
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=Garlov
POM_DEVELOPER_NAME=Øyvind Nordli
POM_DEVELOPER_URL=https://github.com/Garlov/
POM_ARTIFACT_ID=featuretoggleapp
POM_NAME=featuretoggleapp
POM_DESCRIPTION=Application to view and manage Feature Toggling in Enonic XP
POM_PACKAGING=jar
RELEASE_REPOSITORY_URL = https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
SNAPSHOT_REPOSITORY_URL = ttps://s01.oss.sonatype.org/content/repositories/snapshots/