8000 Maven plugin for dumping dependencies (cross-repo navigation) by antonsviridov-src · Pull Request #735 · sourcegraph/scip-java · GitHub
[go: up one dir, main page]

Skip to content

Maven plugin for dumping dependencies (cross-repo navigation) #735

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

Merged
merged 20 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
use "Maven CI friendly" versions
  • Loading branch information
antonsviridov-src committed Aug 7, 2024
commit f73c9490acf0058c27b0ecb531f1398aa24786fe
3 changes: 2 additions & 1 deletion examples/maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sourcegraph</groupId>
<artifactId>example</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${revision}</version>

<name>example</name>
<!-- FIXME change it to the project's website -->
Expand All @@ -16,6 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<revision>1.0.0-SNAPSHOT</revision>
</properties>

<dependencies>
Expand Down
Loading
0