Skip to content
Snippets Groups Projects
Commit bcb895de authored by Sergiu Dumitriu's avatar Sergiu Dumitriu
Browse files

[misc] Use ${project.version} instead of hardcoded version

parent 63a37e30
No related branches found
No related tags found
No related merge requests found
......@@ -41,19 +41,19 @@
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-localization-script</artifactId>
<version>7.4-SNAPSHOT</version>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-rendering-macro-velocity</artifactId>
<version>7.4-SNAPSHOT</version>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-csrf</artifactId>
<version>7.4-SNAPSHOT</version>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
......
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