Skip to content

Commit

Permalink
release 3.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
frankxu committed Jan 31, 2017
1 parent 4987b7c commit db984f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you just want to use JIDE Common Layer in your project which used Maven, you
<dependency>
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<version>3.6.16</version>
<version>3.6.17</version>
</dependency>

You can specify different versions if you want to use that version. You can find all available version numbers at http://search.maven.org by searching jide-oss.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# USER DEFINED VALUES
#
company_name=JIDE Software, Inc.
jide_version=3.6.16
jide_version=3.6.17
base_dir=.
output_dir=${basedir}/classes

Expand Down
26 changes: 5 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<!--
~ @(#)pom.xml 5/16/2012
~
~ Copyright 2002 - 2012 JIDE Software Inc. All rights reserved.
-->
~ @(#)pom.xml 5/16/2012
~
~ Copyright 2002 - 2012 JIDE Software Inc. All rights reserved.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Expand All @@ -16,7 +16,7 @@
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<name>JIDE Common Layer</name>
<version>3.6.16</version>
<version>3.6.17</version>
<packaging>jar</packaging>
<description>JIDE Common Layer (Professional Swing Components)</description>
<url>https://github.com/jidesoft/jide-oss</url>
Expand Down Expand Up @@ -99,22 +99,6 @@
<value>true</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>aqua_ui</groupId>
<artifactId>ui</artifactId>
<version>5.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/ui.jar</systemPath>
</dependency>
<dependency>
<groupId>aqua_ui</groupId>
<artifactId>jrs</artifactId>
<version>5.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/ui.jar</systemPath>
</dependency>
</dependencies>
<properties>
<gpg.keyname>7929F719</gpg.keyname>
<release.username>jidesoft</release.username>
Expand Down

0 comments on commit db984f8

Please sign in to comment.