[go: nahoru, domu]

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

chore: fix declaration of maven-source-plugin for v3.3.0 #1922

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
verify with classifier
  • Loading branch information
mpeddada1 committed Jan 25, 2024
commit 355329288382f138680d09e14d648c9f804ab85c
3 changes: 3 additions & 0 deletions google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<goals>
<goal>jar-no-fork</goal>
</goals>
<configuration>
<classifier>secondary</classifier>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Loading