Skip to content
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

Add several tools for release #12

Merged
merged 9 commits into from
Dec 2, 2019

Conversation

weiguoz
Copy link
Collaborator

@weiguoz weiguoz commented Nov 28, 2019

add several tools like(gpg,javadoc..) to release the pkg to sonatype.org central

@@ -7,8 +7,9 @@
<groupId>org.sqlflow</groupId>
<artifactId>jsqlflow</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>0.0.1</version>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe the version start from 0.1.0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree.
The pb is being iterated. Let's update the version to 0.1.0 when the protocol is stabled.

@@ -7,8 +7,9 @@
<groupId>org.sqlflow</groupId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confusion about the groupId field, should it be sqlfow.org ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- mvn clean verify --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true
install: mvn clean verify -Dgpg.skip

# TODO(weiguo) not tested yet
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact, it will fail to run the script mvn ... due to the incorrect gpg configuration.
I left an issue #13

Copy link

@typhoonzero typhoonzero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@weiguoz weiguoz merged commit 2749470 into sql-machine-learning:develop Dec 2, 2019
@weiguoz weiguoz deleted the release branch December 2, 2019 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants