-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
20 lines (17 loc) · 904 Bytes
/
gradle.properties
File metadata and controls
20 lines (17 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
POM.groupId=org.streamingpool
POM.artifactId=streamingpool-core-starter
POM.description=This is the starter for project streamingpool-core.
INFO.repo=https://github.com/streamingpool/streamingpool-core-starter.git
INFO.url=http://www.streamingpool.org/
INFO.github=https://github.com/streamingpool/streamingpool-core-starter
INFO.githubIssues=https://github.com/streamingpool/streamingpool-core-starter/issues
INFO.licenseNameShort=Apache-2.0
INFO.licenseName=The Apache License, Version 2.0
INFO.licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
INFO.mainDeveloper=streamingpool-developers
INFO.mainDeveloperEmail=streamingpool-developers@googlegroups.com
INFO.organization=streamingpool
SONATYPE.repoUrl=https://oss.sonatype.org/service/local/
SONATYPE.repoSnapshotsUrl=https://oss.sonatype.org/content/repositories/snapshots/
streamingpoolCoreVersion=1.5.0
springBootVersion=2.2.10.RELEASE