Skip to content

Commit

Permalink
use "Maven CI friendly" versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridov-src committed Aug 7, 2024
1 parent 4a0a611 commit f73c949
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit f73c949

Please sign in to comment.