projects
/
jSite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88dd82a
)
Allow specifying the version on the command line.
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 19 Nov 2014 20:03:22 +0000
(21:03 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 19 Nov 2014 20:03:22 +0000
(21:03 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
3b6647c
..
3b57d74
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-2,7
+2,7
@@
<modelVersion>4.0.0</modelVersion>
<groupId>net.pterodactylus</groupId>
<artifactId>jSite</artifactId>
- <version>
0.11.1
</version>
+ <version>
${version}
</version>
<dependencies>
<dependency>
<groupId>net.pterodactylus</groupId>
@@
-22,6
+22,7
@@
</repository>
</repositories>
<properties>
+ <version>0.11.1</version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>