Skip to content

Commit

Permalink
release 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed May 19, 2015
1 parent 51157a2 commit abd1c8e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 24 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

1 change: 0 additions & 1 deletion draft.md

This file was deleted.

16 changes: 0 additions & 16 deletions github-5.txt

This file was deleted.

4 changes: 2 additions & 2 deletions packtag-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions packtag-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions packtag-testsite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit abd1c8e

Please sign in to comment.