Skip to content

Commit

Permalink
Minor changes before publishing 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarranz committed Jun 11, 2015
1 parent 8f59c7b commit d09bf9c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
/relproxy_gen_dist/
/relproxy_dist_tmp/
/build/
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,6 +5,7 @@ RelProxy is a simple Java and Groovy hot class reloader for Java and Groovy prov
News
------

- 2015-6-12 v0.8.5 Released. Improved performance when checking source changes and no change is detected. [Release Notes](https://github.com/jmarranz/relproxy/blob/master/relproxy/CHANGES.txt)
- 2015-2-17 v0.8.4 Released. Added workaround to support Liferay (6.2 tested) [Release Notes](https://github.com/jmarranz/relproxy/blob/master/relproxy/CHANGES.txt).
New [Liferay 6.2 example](https://github.com/jmarranz/relproxy_examples/tree/master/relproxy_ex_liferay-portlet) using RelProxy.
- 2015-1-23 v0.8.3 Released. First release in JCenter and Maven Central [Release Notes](https://github.com/jmarranz/relproxy/blob/master/relproxy/CHANGES.txt)
Expand Down
2 changes: 1 addition & 1 deletion relproxy/CHANGES.txt
Expand Up @@ -3,7 +3,7 @@ RELEASE CHANGES

* 0.8.5

- Improved performance reducing blocking code when checking source code changes
- Improved performance reducing blocking code when checking source code changes and no change is detected.

* 0.8.4

Expand Down
2 changes: 1 addition & 1 deletion relproxy/LICENSE-2.0.txt
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2014-Present Jose M. Arranz Santamaria (Spanish citizen)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion relproxy/distribute.xml
Expand Up @@ -9,7 +9,7 @@
<property file="conf/conf_local.properties"/> <!-- just define property: maven_folder -->
<property file="conf/conf.properties"/>

<property name="distribution_folder" value="${program}/../relproxy_gen_dist" />
<property name="distribution_folder" value="${program}/../relproxy_dist_tmp" />
<property name="distribution_tmp_folder" value="${distribution_folder}/relproxy" />
<property name="maven_dist_folder" value="${distribution_folder}/maven_dist" />
<property name="pom" value="${program}/pom.xml" />
Expand Down
2 changes: 1 addition & 1 deletion relproxy/pom.xml
Expand Up @@ -7,7 +7,7 @@
<packaging>jar</packaging>

<name>relproxy</name>
<description>Simple Java and Groovy hot class reloader and Java based shell and scripting.</description>
<description>Simple Java and Groovy hot class reloader,and Java based shell and scripting.</description>
<url>https://github.com/jmarranz/relproxy</url>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion relproxy/src/main/asciidoc/manual.asciidoc
Expand Up @@ -19,7 +19,7 @@
++++

(C) Jose María Arranz Santamaría
v0.8.5. February 18, 2015
v0.8.5. June 11, 2015

_Because Java is also a dynamic language and Groovy can still be a dynamic language in a Java based environment._

Expand Down

0 comments on commit d09bf9c

Please sign in to comment.