Skip to content
Snippets Groups Projects
Commit 408675b1 authored by Nicholas Blair's avatar Nicholas Blair
Browse files

fix: correct -config dependency version in -web module

Incorrectly had 1.0.3-SNAPSHOT hardcoded, should just match project.version
parent 9e7621ab
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
<dependency>
<groupId>edu.wisc.uwss</groupId>
<artifactId>uw-spring-security-config</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment