From abd1c8ed9b9c99920812c03a3ed6710d64c32164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gal=C3=A1n=20y=20Martins?= <git@galan.de> Date: Tue, 19 May 2015 16:26:34 +0200 Subject: [PATCH] release 3.12 --- README.md | 5 +++++ draft.md | 1 - github-5.txt | 16 ---------------- packtag-core/pom.xml | 4 ++-- packtag-optional/pom.xml | 4 ++-- packtag-testsite/pom.xml | 4 ++-- pom.xml | 2 +- 7 files changed, 12 insertions(+), 24 deletions(-) delete mode 100644 draft.md delete mode 100644 github-5.txt diff --git a/README.md b/README.md index a57f331..5edb094 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,8 @@ the packtag-x.y.zip file to e.g. packtag 2. Copy packtag/files/packtag-x.y.jar into your web-applications WEB-INF/lib directory 3. Copy the `<servlet>` and `<servlet-mapping>` from the packtag/files/web.xml into your /WEB-INF/web.xml + + +# Note +pack:tag is still supported, and still encouraged to be used if it makes sense for your project. But, no further development beyond bug fixes is expected. pack:tag is over 8 years old, and has been stable since then. Thank you to the community for your support of this project over the last years. + diff --git a/draft.md b/draft.md deleted file mode 100644 index 1fb9e52..0000000 --- a/draft.md +++ /dev/null @@ -1 +0,0 @@ -**NOTE: pack:tag is still supported, and still encouraged to be used if it makes sense for your project. But, no further development beyond bug fixes is expected. pack:tag is over 7 years old, and has been stable for almost 4 years. Thank you to the community for your support of this project over the last 7 years.** diff --git a/github-5.txt b/github-5.txt deleted file mode 100644 index 90a17c2..0000000 --- a/github-5.txt +++ /dev/null @@ -1,16 +0,0 @@ -2015-02-19 12:34:35,077 ERROR [net.sf.packtag.implementation.JsminPackStrategy] Exception is class net.sf.packtag.implementation.JSMin$UnterminatedRegExpLiteralException -net.sf.packtag.implementation.JSMin$UnterminatedRegExpLiteralException - at net.sf.packtag.implementation.JSMin.action(JSMin.java:226) - at net.sf.packtag.implementation.JSMin.jsmin(JSMin.java:306) - at net.sf.packtag.implementation.JsminPackStrategy.pack(JsminPackStrategy.java:53) - at net.sf.packtag.tag.PackTag.reloadSingleResource(PackTag.java:332) - at net.sf.packtag.tag.PackTag.handleSingleResourceDelegate(PackTag.java:163) - at net.sf.packtag.tag.PackTag.handleSingleResource(PackTag.java:135) - at net.sf.packtag.tag.PackTag.handleCombinedResource(PackTag.java:227) - at net.sf.packtag.tag.PackTag.doEndTag(PackTag.java:103) - at org.apache.jsp.github_002d5_jsp._jspx_meth_pack_005fscript_005f0(github_002d5_jsp.java:142) - at org.apache.jsp.github_002d5_jsp._jspService(github_002d5_jsp.java:86) - at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) - - http://compressorrater.thruhere.net/ - \ No newline at end of file diff --git a/packtag-core/pom.xml b/packtag-core/pom.xml index 0bb4af3..672b39a 100644 --- a/packtag-core/pom.xml +++ b/packtag-core/pom.xml @@ -5,12 +5,12 @@ <parent> <artifactId>packtag-parent</artifactId> <groupId>de.galan.packtag</groupId> - <version>3.11</version> + <version>3.12</version> </parent> <groupId>de.galan.packtag</groupId> <artifactId>packtag-core</artifactId> - <version>3.11</version> + <version>3.12</version> <name>packtag-core - packtag taglib and servlet</name> <packaging>jar</packaging> diff --git a/packtag-optional/pom.xml b/packtag-optional/pom.xml index 672f141..0d3cfe5 100644 --- a/packtag-optional/pom.xml +++ b/packtag-optional/pom.xml @@ -4,13 +4,13 @@ <parent> <artifactId>packtag-parent</artifactId> <groupId>de.galan.packtag</groupId> - <version>3.11</version> + <version>3.12</version> </parent> <groupId>de.galan.packtag</groupId> <artifactId>packtag-optional</artifactId> <name>packtag-optional - meta pom for optional dependencies</name> - <version>3.11</version> + <version>3.12</version> <packaging>jar</packaging> <url>https://github.com/galan/packtag</url> diff --git a/packtag-testsite/pom.xml b/packtag-testsite/pom.xml index 04ceeb6..a04c2ae 100644 --- a/packtag-testsite/pom.xml +++ b/packtag-testsite/pom.xml @@ -5,14 +5,14 @@ <parent> <artifactId>packtag-parent</artifactId> <groupId>de.galan.packtag</groupId> - <version>3.11</version> + <version>3.12</version> </parent> <groupId>de.galan.packtag</groupId> <artifactId>packtag-testsite</artifactId> <packaging>war</packaging> <name>packtag-testsite - contains various tests of packtag</name> - <version>3.11</version> + <version>3.12</version> <url>https://github.com/galan/packtag</url> <build> diff --git a/pom.xml b/pom.xml index e84d2c9..29dede6 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.galan.packtag</groupId> <artifactId>packtag-parent</artifactId> - <version>3.12-SNAPSHOT</version> + <version>3.12</version> <packaging>pom</packaging> <name>packtag</name>