-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Camilo Sampedro
committed
Dec 10, 2016
1 parent
b91840a
commit 33dc161
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name := """aton""" | ||
|
||
version := "0.1.3" | ||
version := "0.2.1" | ||
|
||
lazy val root = (project in file(".")).enablePlugins(PlayScala, DebianPlugin, RpmPlugin, LinuxPlugin, UniversalPlugin, WindowsPlugin,JDKPackagerPlugin, JavaServerAppPackaging) | ||
|
||
|
@@ -12,7 +12,7 @@ maintainer in Linux := "Camilo Sampedro <[email protected]>" | |
|
||
packageSummary in Linux := "Aton, Laboratory Administrator" | ||
|
||
rpmRelease := "0.1" | ||
rpmRelease := "0.2.1" | ||
|
||
rpmVendor := "co.edu.udea" | ||
|
||
|