projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390b92b
)
Make it possible to override utils version on the command line.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 10 Sep 2013 11:50:43 +0000
(13:50 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Tue, 10 Sep 2013 11:50:43 +0000
(13:50 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4f2b3d0
..
35f3250
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-7,7
+7,7
@@
<dependency>
<groupId>net.pterodactylus</groupId>
<artifactId>utils</artifactId>
- <version>
0.12.4
</version>
+ <version>
${version.utils}
</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@
-62,6
+62,7
@@
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <version.utils>0.12.4</version.utils>
</properties>
<build>
<plugins>