Thread: [Xss-http-filter-commits] SF.net SVN: xss-http-filter:[11] trunk/pom.xml
Brought to you by:
micksembwever
|
From: <mic...@us...> - 2010-08-26 17:35:07
|
Revision: 11
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=11&view=rev
Author: micksembwever
Date: 2010-08-26 17:35:00 +0000 (Thu, 26 Aug 2010)
Log Message:
-----------
description updated
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-08-26 13:54:16 UTC (rev 10)
+++ trunk/pom.xml 2010-08-26 17:35:00 UTC (rev 11)
@@ -7,7 +7,10 @@
<name>XSS HTTPFilter</name>
- <description>A Java library for protecting against cross site scripting</description>
+ <description>
+ A Java library for protecting against cross site scripting.
+ Hosted at https://sourceforge.net/projects/xss-http-filter/
+ </description>
<scm>
<connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</connection>
@@ -36,9 +39,9 @@
<url>http://josephoconnell.com/</url>
</developer>
<developer>
- <name>Mck Semb Wever</name>
+ <name>mck</name>
<id>micksembwever</id>
- <email>mi...@we...</email>
+ <email>mi...@se...</email>
<url>http://semb.wever.org</url>
</developer>
</developers>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2010-09-07 18:08:54
|
Revision: 14
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=14&view=rev
Author: micksembwever
Date: 2010-09-07 18:08:48 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare release xss-http-filter-1.1.1
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-09-07 18:05:41 UTC (rev 13)
+++ trunk/pom.xml 2010-09-07 18:08:48 UTC (rev 14)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.xss-http-filter</groupId>
<artifactId>xss-http-filter</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.1.1</version>
<packaging>jar</packaging>
<name>XSS HTTPFilter</name>
@@ -13,9 +13,9 @@
</description>
<scm>
- <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</connection>
- <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</developerConnection>
- <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/trunk/</url>
+ <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.1.1</connection>
+ <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.1.1</developerConnection>
+ <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/tags/xss-http-filter-1.1.1</url>
</scm>
<licenses>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2010-09-07 18:09:21
|
Revision: 16
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=16&view=rev
Author: micksembwever
Date: 2010-09-07 18:09:15 +0000 (Tue, 07 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-09-07 18:09:08 UTC (rev 15)
+++ trunk/pom.xml 2010-09-07 18:09:15 UTC (rev 16)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.xss-http-filter</groupId>
<artifactId>xss-http-filter</artifactId>
- <version>1.1.1</version>
+ <version>1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>XSS HTTPFilter</name>
@@ -13,9 +13,9 @@
</description>
<scm>
- <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.1.1</connection>
- <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.1.1</developerConnection>
- <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/tags/xss-http-filter-1.1.1</url>
+ <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</connection>
+ <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</developerConnection>
+ <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/trunk/</url>
</scm>
<licenses>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2010-09-22 19:22:09
|
Revision: 19
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=19&view=rev
Author: micksembwever
Date: 2010-09-22 19:22:03 +0000 (Wed, 22 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare release xss-http-filter-1.2
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-09-22 19:20:42 UTC (rev 18)
+++ trunk/pom.xml 2010-09-22 19:22:03 UTC (rev 19)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.xss-http-filter</groupId>
<artifactId>xss-http-filter</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2</version>
<packaging>jar</packaging>
<name>XSS HTTPFilter</name>
@@ -13,9 +13,9 @@
</description>
<scm>
- <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</connection>
- <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</developerConnection>
- <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/trunk/</url>
+ <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.2</connection>
+ <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.2</developerConnection>
+ <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/tags/xss-http-filter-1.2</url>
</scm>
<licenses>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2010-09-22 19:22:40
|
Revision: 21
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=21&view=rev
Author: micksembwever
Date: 2010-09-22 19:22:34 +0000 (Wed, 22 Sep 2010)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-09-22 19:22:26 UTC (rev 20)
+++ trunk/pom.xml 2010-09-22 19:22:34 UTC (rev 21)
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.xss-http-filter</groupId>
<artifactId>xss-http-filter</artifactId>
- <version>1.2</version>
+ <version>1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>XSS HTTPFilter</name>
@@ -13,9 +13,9 @@
</description>
<scm>
- <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.2</connection>
- <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/tags/xss-http-filter-1.2</developerConnection>
- <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/tags/xss-http-filter-1.2</url>
+ <connection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</connection>
+ <developerConnection>scm:svn:https://xss-http-filter.svn.sourceforge.net/svnroot/xss-http-filter/trunk</developerConnection>
+ <url>http://xss-http-filter.svn.sourceforge.net/viewvc/xss-http-filter/trunk/</url>
</scm>
<licenses>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mic...@us...> - 2011-01-30 09:12:21
|
Revision: 23
http://xss-http-filter.svn.sourceforge.net/xss-http-filter/?rev=23&view=rev
Author: micksembwever
Date: 2011-01-30 09:12:15 +0000 (Sun, 30 Jan 2011)
Log Message:
-----------
xss-http-filter --> xss-html-filter
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-01-30 09:07:06 UTC (rev 22)
+++ trunk/pom.xml 2011-01-30 09:12:15 UTC (rev 23)
@@ -110,9 +110,9 @@
<repositories>
<repository>
- <id>xss-http-filter-releases</id>
- <name>xss-http-filter.sf.net releases</name>
- <url>http://xss-http-filter.sf.net/releases/</url>
+ <id>xss-html-filter-releases</id>
+ <name>xss-html-filter.sf.net releases</name>
+ <url>http://xss-html-filter.sf.net/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -122,8 +122,8 @@
</repository>
<repository>
<id>finntech-snapshot</id>
- <name>xss-http-filter.sf.net snapshots</name>
- <url>http://xss-http-filter.sf.net/snapshots/</url>
+ <name>xss-html-filter.sf.net snapshots</name>
+ <url>http://xss-html-filter.sf.net/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
@@ -135,18 +135,18 @@
<distributionManagement>
<repository>
- <id>xss-http-filter-releases</id>
- <name>xss-http-filter.sf.net releases</name>
- <url>scp://shell.sourceforge.net:/home/groups/x/xs/xss-http-filter/htdocs/releases/</url>
+ <id>xss-html-filter-releases</id>
+ <name>xss-html-filter.sf.net releases</name>
+ <url>scp://shell.sourceforge.net:/home/groups/x/xs/xss-html-filter/htdocs/releases/</url>
</repository>
<snapshotRepository>
- <id>xss-http-filter-snapshots</id>
- <name>xss-http-filter.sf.net snapshots</name>
- <url>scp://shell.sourceforge.net:/home/groups/x/xs/xss-http-filter/htdocs/snapshots/</url>
+ <id>xss-html-filter-snapshots</id>
+ <name>xss-html-filter.sf.net snapshots</name>
+ <url>scp://shell.sourceforge.net:/home/groups/x/xs/xss-html-filter/htdocs/snapshots/</url>
</snapshotRepository>
<site>
- <id>xss-http-filter.sf.net</id>
- <url>scp://216.34.181.119/home/groups/x/xs/xss-http-filter/htdocs/site/</url>
+ <id>xss-html-filter.sf.net</id>
+ <url>scp://216.34.181.119/home/groups/x/xs/xss-html-filter/htdocs/site/</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|