Skip to content

Commit a101926

Browse files
committed
Adding some files
1 parent b74f91f commit a101926

File tree

5 files changed

+10
-26
lines changed

5 files changed

+10
-26
lines changed

api/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POM_NAME=api
2-
POM_DESCRIPTION=Foodora Api
3-
POM_ARTIFACT_ID=api
1+
POM_NAME=shehabic-api
2+
POM_DESCRIPTION=Shehabic Api
3+
POM_ARTIFACT_ID=shehabic-api
44
POM_PACKAGING=aar

core/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POM_NAME=core
2-
POM_DESCRIPTION=Foodora Core
3-
POM_ARTIFACT_ID=core
1+
POM_NAME=shehabic-core
2+
POM_DESCRIPTION=Shehabic Core
3+
POM_ARTIFACT_ID=shehabic-core
44
POM_PACKAGING=aar

datastore/gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POM_NAME=datastore
2-
POM_DESCRIPTION=Foodora DB Store
3-
POM_ARTIFACT_ID=datastore
1+
POM_NAME=shehabic-datastore
2+
POM_DESCRIPTION=Shehabic DB Store
3+
POM_ARTIFACT_ID=shehabic-datastore
44
POM_PACKAGING=aar

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
1818

19-
VERSION_NAME=1.0.17
19+
VERSION_NAME=1.1.0
2020
GROUP=com.fullmob

gradle/android-maven-install.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,6 @@ install {
1616
artifactId POM_ARTIFACT_ID
1717
packaging POM_PACKAGING
1818
description POM_DESCRIPTION
19-
// url projectUrl
20-
21-
// scm {
22-
// url scmUrl
23-
// connection scmConnection
24-
// developerConnection scmDeveloperConnection
25-
// }
26-
//
27-
// licenses projectLicenses
28-
//
29-
// developers {
30-
// developer {
31-
// id developerId
32-
// name developerName
33-
// }
34-
// }
3519
}
3620
}
3721
}

0 commit comments

Comments
 (0)