-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prov 103 [issue](https://issues.openmrs.org/browse/PROV-103) #45
Merged
Merged
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3085d83
PROV-103: added a conditional resource to load the NameSupport class …
josephbate ca18092
more changesin the ProviderManagementActivator to test whether the o…
josephbate 76e8d3a
using java reflection to load the class
josephbate ed24628
[maven-release-plugin] prepare release 2.14.0
openmrs-bot a0b912a
[maven-release-plugin] prepare for next development iteration
openmrs-bot 151358d
my third commit
josephbate 28113a3
my final commit
josephbate ae537e7
cleaning up and doing backward compatibility
josephbate 3e3b91a
final clean up and backward compatibility
josephbate 0155b32
cleaning up
josephbate 3009579
cleaning up 2
josephbate e0182c3
rremoving ReflectString.java
josephbate d56f6eb
cleaning up
josephbate 15cb82f
cleaning
josephbate 0a4101b
reformatting the code
josephbate 721c688
clean
josephbate 209a1ae
clean up
josephbate cd585a3
clean
josephbate 492870f
clean
josephbate 2e216f5
cleaning
josephbate 2d9e86e
formatting PersonName.java
josephbate 79d7459
final commit
josephbate d4e05db
edited commit
josephbate 88dae7a
Merge remote-tracking branch 'origin/PROV-103' into PROV-103
josephbate ddef0be
cleaning up the code
josephbate 4e20d3a
improving on java docs
josephbate b5e83a5
editing java docs give more info
josephbate 14d33cc
Correcting version
josephbate 645eebe
to solves errors
josephbate c2d83c9
clean version
josephbate fb0b080
version for omod pom.xml
josephbate 746194f
cleaning
josephbate File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>org.openmrs.module</groupId> | ||
<artifactId>providermanagement</artifactId> | ||
<version>2.14.0-SNAPSHOT</version> | ||
<version>2.15.0-SNAPSHOT</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is this version change for? |
||
<packaging>pom</packaging> | ||
<name>Provider Management Module</name> | ||
<description>Allows for the creation of provider roles, as well as the management of provider/provider and provider/patient relationships.</description> | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this version change for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#45 (comment)
i was reacting to this comment, and was restoring the prevoius version before my commits
intially i had som build failures thats why i made switch