clamshell-cli icon indicating copy to clipboard operation
clamshell-cli copied to clipboard

Inconsistency in Maven Repo

Open vsreekanti opened this issue 9 years ago • 4 comments

I added the s3 maven repository that is specified in the README. When I looked at the fiels that were in the maven repository, I found some inconsistencies.

When I looked at the CliConsole, the class definitions were consistent with those that were in the latest version. screen shot 2014-07-22 at 2 26 39 pm

However, the IOConsole interface had method definitions consistent with those at tag v0.5.2. screen shot 2014-07-22 at 2 28 20 pm

Is there a reason for this inconsistency?

vsreekanti avatar Jul 22 '14 21:07 vsreekanti

Hi Thanks for your interest. The code in GitHub has expanded for upcoming version 1.0. That interface will not be compatible with 0.5.2 version.

Thank you.

On Tue, Jul 22, 2014 at 5:32 PM, Vikram Sreekanti [email protected] wrote:

I added the s3 maven repository that is specified in the README. When I looked at the fiels that were in the maven repository, I found some inconsistencies.

When I looked at the CliConsole, the class definitions were consistent with those that were in the latest version. [image: screen shot 2014-07-22 at 2 26 39 pm] https://cloud.githubusercontent.com/assets/867892/3665532/e17f22ee-11e6-11e4-8c3d-e544dc0eb8e2.png

However, the IOConsole interface had method definitions consistent with those at tag v0.5.2. [image: screen shot 2014-07-22 at 2 28 20 pm] https://cloud.githubusercontent.com/assets/867892/3665563/1ddee0a8-11e7-11e4-86c9-b3928f5a60e9.png

Is there a reason for this inconsistency?

— Reply to this email directly or view it on GitHub https://github.com/vladimirvivien/clamshell-cli/issues/13.

Vladimir Vivien

vladimirvivien avatar Jul 28 '14 14:07 vladimirvivien

Thanks for the response!

The part that confused me was that both of these interfaces were pulled form the remote maven repo specified in the README. Is the version that is in that repo not 0.5.2?

Also, would you be amenable to pull requests? I'm particularly interested in the non-interactive mode.

vsreekanti avatar Jul 28 '14 21:07 vsreekanti

Sorry, I havent been keeping up with this project as I should. Pull request definitely welcome.

Thanks

On Mon, Jul 28, 2014 at 5:09 PM, Vikram Sreekanti [email protected] wrote:

Thanks for the response!

The part that confused me was that both of these interfaces were pulled form the remote maven repo specified in the README. Is the version that is in that repo not 0.5.2?

Also, would you be amenable to pull requests? I'm particularly interested in the non-interactive mode https://github.com/vladimirvivien/clamshell-cli/issues/2.

— Reply to this email directly or view it on GitHub https://github.com/vladimirvivien/clamshell-cli/issues/13#issuecomment-50401331 .

Vladimir Vivien

vladimirvivien avatar Jul 29 '14 09:07 vladimirvivien

I've noticed a similar issue - on master, InputController extends Plugin, which isn't true in the 0.5.2 artifacts.

One fix would be to bump the pom.xml versions on master to 1.0-SNAPSHOT, so they don't collide with the released artifacts.

tingley avatar Aug 13 '14 19:08 tingley