-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed build, updated JTcl version and added copyright notices
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,24 @@ | |
<groupId>com.testcl</groupId> | ||
<artifactId>jtcl-irule</artifactId> | ||
<packaging>jar</packaging> | ||
<version>0.8-SNAPSHOT</version> | ||
<version>0.9-SNAPSHOT</version> | ||
<url>http://testcl.com</url> | ||
<name>jtcl-irule</name> | ||
<description>An extension which adds proprietary iRule operators to JTcl</description> | ||
<developers> | ||
<developer> | ||
<name>Sebastian Brzuzek</name> | ||
</developer> | ||
<developer> | ||
<name>Stefan Magnus Landrø</name> | ||
<email>[email protected]</email> | ||
<organization>BEKK Consulting AS</organization> | ||
<organizationUrl>http://open.bekk.no/</organizationUrl> | ||
<timezone>Europe/Oslo</timezone> | ||
</developer> | ||
</developers> | ||
<properties> | ||
<jtcl.version>2.3.0</jtcl.version> | ||
<jtcl.version>2.6.0</jtcl.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<dependencies> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters