Skip to content
Snippets Groups Projects
Commit bf7daffd authored by Vincent Massol's avatar Vincent Massol
Browse files

Use a released version of XWiki Core in the Packager plugin as otherwise...

Use a released version of XWiki Core in the Packager plugin as otherwise there's a cyclic dependency and we need all snapshots resolved before the release

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/trunk@3817 f329d543-caf0-0310-9063-dda96c69346f
parent e7376c42
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@
<dependency>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-core</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1-milestone-2</version>
</dependency>
</dependencies>
<build>
......
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