Skip to content
Snippets Groups Projects
Commit 3201eb0d authored by Stéphane Poirier's avatar Stéphane Poirier
Browse files

not anymore hardcoded version number for the debug version. Use the env...

not anymore hardcoded version number for the debug version. Use the env variable NEXUSCPP_VERSION_DEV instead
parent 102d037f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>${env.NEXUSCPP_VERSION_DEV}</version>
<packaging>nar</packaging>
<name>NexusCPP</name>
<description>NexusCPP library</description>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment