-
Notifications
You must be signed in to change notification settings - Fork 104
Updated naming throughout project per issue #117 #132
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
Conversation
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.
Thanks @gp510
Has everything been built, deployed and tested?
Would like to understand who requested these changes and why ? |
We don't need all this renaming. Glen did a little to much. We need to change some docs and the bainry names not all the internals. |
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.
Dial back the internal changes
githash=@8190911 | ||
gitbranch=develop | ||
gitversion=dev | ||
githash=@ae68d5b |
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.
remove all references to this branch. don't commit this file
pom.xml
Outdated
@@ -6,7 +6,7 @@ | |||
|
|||
<groupId>com.github.splunk.kafka.connect</groupId> | |||
<artifactId>kafka-connect-splunk</artifactId> | |||
<version>dev-SNAPSHOT</version> | |||
<version>v1.0.0-LAR</version> |
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.
revert keep as dev
dependency-reduced-pom.xml
Outdated
@@ -4,7 +4,7 @@ | |||
<groupId>com.github.splunk.kafka.connect</groupId> | |||
<artifactId>kafka-connect-splunk</artifactId> | |||
<name>kafka-connect-splunk</name> | |||
<version>dev-SNAPSHOT</version> | |||
<version>v1.0.0-LAR</version> |
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.
revert keep as dev
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.
Changes requested
You've only modified the build script you need to modify the project so that maven will build the new JAR file with the correct name. @gp510 |
LGTM |
No description provided.