mirror of
https://github.com/valitydev/gambit-proto.git
synced 2024-11-06 09:45:18 +00:00
OPS-156: fix version (#3)
This commit is contained in:
parent
03078582ff
commit
6a19ea3e85
3
pom.xml
3
pom.xml
@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>gambit-proto</artifactId>
|
||||
<version>SNAPSHOT</version>
|
||||
<version>${revision}</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Gambit</name>
|
||||
@ -19,6 +19,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<revision>SNAPSHOT</revision>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user