Skip to content

Commit 44f7e3f

Browse files
committed
In-repo documentation updates.
1 parent d82095f commit 44f7e3f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Change Log
44
Version 4.2.0 *(In Development)*
55
--------------------------------
66

7+
**Maven `artifactId` is now to 'actionbarsherlock'.**
8+
79
Note: The `.Dialog` themes are now deprecated. These will be removed in a future
810
version of the library.
911

CONTRIBUTING.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Contributing
2+
============
3+
4+
If you would like to contribute code to ActionBarSherlock you can do so through
5+
GitHub by forking the repository and sending a pull request.
6+
7+
When submitting code, please make every effort to follow existing conventions
8+
and style in order to keep the code as readable as possible. Please also make
9+
sure your code compiles by running `mvn clean verify`. Checkstyle failures
10+
during compilation indicate errors in your style and can be viewed in the
11+
`checkstyle-result.xml` file.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ and up.
1919
Try out the sample applications on the Android Market: [Feature Demos][4],
2020
[Fragments][5], and [RoboGuice][6].
2121

22-
Continuous integration is provided by [CloudBees BuildHive][7].
22+
Continuous integration is provided by [Travis CI][7].
2323

2424

2525

@@ -57,4 +57,4 @@ License
5757
[4]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos
5858
[5]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.fragments
5959
[6]: https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.roboguice
60-
[7]: https://buildhive.cloudbees.com/job/JakeWharton/job/ActionBarSherlock/
60+
[7]: https://travis-ci.org/JakeWharton/ActionBarSherlock

0 commit comments

Comments
 (0)