Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankxu committed Oct 6, 2017
1 parent 16353f2 commit c5efa75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.18</version>
<version>3.7.0</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.21
jide_version=3.7.1
base_dir=.
output_dir=${basedir}/classes

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.jidesoft</groupId>
<artifactId>jide-oss</artifactId>
<name>JIDE Common Layer</name>
<version>3.6.21</version>
<version>3.7.1</version>
<packaging>jar</packaging>
<description>JIDE Common Layer (Professional Swing Components)</description>
<url>https://github.com/jidesoft/jide-oss</url>
Expand Down

0 comments on commit c5efa75

Please sign in to comment.