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

SDK-357 - Follow maven recommended best practices for unit and integr… #307

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

mseaton
Copy link
Member

@mseaton mseaton commented Nov 17, 2024

@mseaton mseaton requested review from dkayiwa and ibacher November 17, 2024 16:07
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.2.1</version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Not really sure of the impact of this, but my IDE displayed errors with the 3.3.0 version, maybe some sort of incompatibility? We can exclude this change if necessary.

@@ -563,7 +591,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.4.1</version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Ditto to the above.

@mseaton mseaton merged commit 76fb2be into master Nov 18, 2024
2 checks passed
@mseaton mseaton deleted the SDK-357 branch November 18, 2024 17:03
mseaton added a commit that referenced this pull request Nov 18, 2024
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.

1 participant