Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valtri committed Apr 14, 2017
1 parent 040fdd6 commit f0c86f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jni/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ install(TARGETS ${TARGETS}

set(CPACK_GENERATOR "DEB;RPM")
set(CPACK_PACKAGE_NAME "kerberos-connector")
set(CPACK_PACKAGE_VERSION "1.5.0")
set(CPACK_PACKAGE_VERSION "1.0.0")
set(CPACK_PACKAGE_VERSION_MAJOR "1")
set(CPACK_PACKAGE_VERSION_MINOR "5")
set(CPACK_PACKAGE_VERSION_MINOR "0")
set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>cz.zcu</groupId>
<artifactId>kerberos-connector</artifactId>
<version>1.4.2.18-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>Kerberos Connector</name>
Expand Down

0 comments on commit f0c86f2

Please sign in to comment.