This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHORE] Release configs for maven central. (#3)
* [CHORE] Release configs for maven central. Added configurations for releasing in maven central and updated the ReadMe.md file with the respective integration changes. [TESTING] Tested the changes and released the library.
- Loading branch information
1 parent
6937f92
commit f49fdb9
Showing
5 changed files
with
59 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,20 @@ android.useAndroidX=true | |
# Automatically convert third-party libraries to use AndroidX | ||
android.enableJetifier=true | ||
|
||
VERSION_NAME=0.0.1 | ||
VERSION_CODE=1 | ||
GROUP=com.amazon.appanalyticshub | ||
|
||
POM_DESCRIPTION=A library that does allows you to instrument your code with operational and behavioral metrics/analytics in your Android application. | ||
POM_URL=https://github.com/amzn/app-analytics-hub | ||
POM_SCM_URL=https://github.com/amzn/app-analytics-hub | ||
POM_SCM_CONNECTION=scm:[email protected]:amzn/app-analytics-hub.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:amzn/app-analytics-hub.git | ||
POM_LICENCE_NAME=The MIT-0 Software License | ||
POM_LICENCE_URL=https://github.com/amzn/app-analytics-hub/blob/master/LICENSE | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=naveenthontepu | ||
POM_DEVELOPER_NAME=Naveen Thontepu | ||
POM_DEVELOPER_ORGANIZATION=Amazon | ||
RELEASE_REPOSITORY_URL=https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/ | ||
SNAPSHOT_REPOSITORY_URL=https://aws.oss.sonatype.org/content/repositories/snapshots/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
POM_NAME=ProjectName | ||
POM_ARTIFACT_ID=projectname | ||
POM_NAME=AppAnalyticsHub | ||
POM_ARTIFACT_ID=appanalyticshub | ||
POM_PACKAGING=aar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters