Repository: cxf-fediz
Updated Branches:
  refs/heads/master 8cf2d16f7 -> 1a88ffb5f


Revert "[maven-release-plugin] prepare for next development iteration"

This reverts commit 8cf2d16f7af08e4775a484a23f6e4404c930a512.


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/9b5708b4
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/9b5708b4
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/9b5708b4

Branch: refs/heads/master
Commit: 9b5708b4a45832a1d8c3a1568c63a20de757ec2d
Parents: 8cf2d16
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Sun Mar 27 20:56:45 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Sun Mar 27 20:56:45 2016 +0100

----------------------------------------------------------------------
 apache-fediz/pom.xml                               | 4 ++--
 examples/jaxrsCxfPluginWebapp/pom.xml              | 2 +-
 examples/jaxrsSimpleWebapp/pom.xml                 | 2 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml         | 2 +-
 examples/pom.xml                                   | 2 +-
 examples/simpleWebapp/pom.xml                      | 2 +-
 examples/spring2Webapp/pom.xml                     | 2 +-
 examples/springPreauthWebapp/pom.xml               | 2 +-
 examples/springWebapp/pom.xml                      | 2 +-
 examples/wsclientWebapp/pom.xml                    | 2 +-
 examples/wsclientWebapp/webapp/pom.xml             | 2 +-
 examples/wsclientWebapp/webservice/common/pom.xml  | 2 +-
 examples/wsclientWebapp/webservice/pom.xml         | 2 +-
 examples/wsclientWebapp/webservice/service/pom.xml | 2 +-
 plugins/core/pom.xml                               | 2 +-
 plugins/cxf/pom.xml                                | 2 +-
 plugins/jetty8/pom.xml                             | 2 +-
 plugins/jetty9/pom.xml                             | 2 +-
 plugins/pom.xml                                    | 2 +-
 plugins/spring/pom.xml                             | 2 +-
 plugins/spring2/pom.xml                            | 2 +-
 plugins/tomcat7/pom.xml                            | 2 +-
 plugins/tomcat8/pom.xml                            | 2 +-
 pom.xml                                            | 4 ++--
 services/idp/pom.xml                               | 4 ++--
 services/oidc/pom.xml                              | 2 +-
 services/pom.xml                                   | 2 +-
 services/sts/pom.xml                               | 2 +-
 systests/cxf/pom.xml                               | 2 +-
 systests/federation/oidc/pom.xml                   | 2 +-
 systests/federation/oidcIdpWebapp/pom.xml          | 2 +-
 systests/federation/pom.xml                        | 2 +-
 systests/federation/samlIdpWebapp/pom.xml          | 2 +-
 systests/federation/samlsso/pom.xml                | 2 +-
 systests/federation/wsfed/pom.xml                  | 2 +-
 systests/idp/pom.xml                               | 2 +-
 systests/jetty8/pom.xml                            | 2 +-
 systests/jetty9/pom.xml                            | 2 +-
 systests/kerberos/pom.xml                          | 2 +-
 systests/oidc/pom.xml                              | 2 +-
 systests/pom.xml                                   | 2 +-
 systests/samlsso/pom.xml                           | 2 +-
 systests/spring/pom.xml                            | 2 +-
 systests/tests/pom.xml                             | 2 +-
 systests/tomcat7/pom.xml                           | 2 +-
 systests/tomcat8/pom.xml                           | 2 +-
 systests/webapps/cxfWebapp/pom.xml                 | 2 +-
 systests/webapps/pom.xml                           | 2 +-
 systests/webapps/simpleWebapp/pom.xml              | 2 +-
 systests/webapps/spring2Webapp/pom.xml             | 2 +-
 systests/webapps/springPreauthWebapp/pom.xml       | 2 +-
 systests/webapps/springWebapp/pom.xml              | 2 +-
 52 files changed, 55 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/apache-fediz/pom.xml
----------------------------------------------------------------------
diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index 0f5c5a1..b53bd54 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -22,14 +22,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.0</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/jaxrsCxfPluginWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml 
b/examples/jaxrsCxfPluginWebapp/pom.xml
index 62a75d3..3ba01a5 100644
--- a/examples/jaxrsCxfPluginWebapp/pom.xml
+++ b/examples/jaxrsCxfPluginWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsCxfPluginWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/jaxrsSimpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jaxrsSimpleWebapp/pom.xml 
b/examples/jaxrsSimpleWebapp/pom.xml
index 9a91f46..c2468c7 100644
--- a/examples/jaxrsSimpleWebapp/pom.xml
+++ b/examples/jaxrsSimpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSimpleWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/jaxrsSpringSecurityWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/jaxrsSpringSecurityWebapp/pom.xml 
b/examples/jaxrsSpringSecurityWebapp/pom.xml
index fca080e..c768b4b 100644
--- a/examples/jaxrsSpringSecurityWebapp/pom.xml
+++ b/examples/jaxrsSpringSecurityWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSpringSecurityWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index aad9495..ed7a603 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml
index 496b90c..abc85b5 100644
--- a/examples/simpleWebapp/pom.xml
+++ b/examples/simpleWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index a30bbe8..80d4786 100644
--- a/examples/spring2Webapp/pom.xml
+++ b/examples/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>spring2Webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springPreauthWebapp/pom.xml 
b/examples/springPreauthWebapp/pom.xml
index 204b67f..5ad7475 100644
--- a/examples/springPreauthWebapp/pom.xml
+++ b/examples/springPreauthWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springPreauthWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml
index aabd3e2..346a84b 100644
--- a/examples/springWebapp/pom.xml
+++ b/examples/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/wsclientWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml
index 4343783..6293bbf 100644
--- a/examples/wsclientWebapp/pom.xml
+++ b/examples/wsclientWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/wsclientWebapp/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webapp/pom.xml 
b/examples/wsclientWebapp/webapp/pom.xml
index 850b7f9..e5c5686 100644
--- a/examples/wsclientWebapp/webapp/pom.xml
+++ b/examples/wsclientWebapp/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/wsclientWebapp/webservice/common/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/common/pom.xml 
b/examples/wsclientWebapp/webservice/common/pom.xml
index d61e380..7f6372e 100644
--- a/examples/wsclientWebapp/webservice/common/pom.xml
+++ b/examples/wsclientWebapp/webservice/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/wsclientWebapp/webservice/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/pom.xml 
b/examples/wsclientWebapp/webservice/pom.xml
index 8a5a171..3a30432 100644
--- a/examples/wsclientWebapp/webservice/pom.xml
+++ b/examples/wsclientWebapp/webservice/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/examples/wsclientWebapp/webservice/service/pom.xml
----------------------------------------------------------------------
diff --git a/examples/wsclientWebapp/webservice/service/pom.xml 
b/examples/wsclientWebapp/webservice/service/pom.xml
index b7674a6..9610a19 100644
--- a/examples/wsclientWebapp/webservice/service/pom.xml
+++ b/examples/wsclientWebapp/webservice/service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/core/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index c05c442..00b9b0f 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 9dd724e..6647981 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-cxf</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jetty8/pom.xml b/plugins/jetty8/pom.xml
index 825ae37..a49a22f 100644
--- a/plugins/jetty8/pom.xml
+++ b/plugins/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty8</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index dbb1bc0..f04417f 100644
--- a/plugins/jetty9/pom.xml
+++ b/plugins/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty9</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 2e66d6a..6fc13cb 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.0</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/spring/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index e08e43f..e822daf 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/spring2/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml
index ef8cf3d..cfcc57a 100644
--- a/plugins/spring2/pom.xml
+++ b/plugins/spring2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring2</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/tomcat7/pom.xml b/plugins/tomcat7/pom.xml
index 53f4ad7..8e576a3 100644
--- a/plugins/tomcat7/pom.xml
+++ b/plugins/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat7</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/plugins/tomcat8/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/tomcat8/pom.xml b/plugins/tomcat8/pom.xml
index db88d48..3602fbe 100644
--- a/plugins/tomcat8/pom.xml
+++ b/plugins/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat8</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 18972b8..1e13bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.0</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -102,7 +102,7 @@
     <scm>
         
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git</connection>
         
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>fediz-1.3.0</tag>
   </scm>
 
     <issueManagement>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 49163c5..6438189 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>
@@ -407,7 +407,7 @@
                         </goals>
                         <configuration>
                             <target>
-                                <replace 
file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js"
 token="return url + requestUrl + querystring;" value="&#xA;var matrixstring = 
'';&#xA; for (var i = 0; i &lt; this.parameters.length; i++) {&#xA; var param = 
this.parameters[i];&#xA; &#xA;     if (param.in === 'matrix') {&#xA;       
matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + 
this.encodeQueryParam(args[param.name]);&#xA;     }&#xA;   }&#xA; &#xA;   var 
url = this.scheme + '://' + this.host;&#xA; &#xA;   if (this.basePath !== '/') 
{&#xA;     url += this.basePath;&#xA;   }&#xA;   return url + requestUrl + 
matrixstring + querystring;" />
+                                <replace 
file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js"
 token="return url + requestUrl + querystring;" value="&#xA;var matrixstring = 
'';&#xA; for (var i = 0; i &lt; this.parameters.length; i++) {&#xA;     var 
param = this.parameters[i];&#xA; &#xA;     if (param.in === 'matrix') {&#xA;    
   matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + 
this.encodeQueryParam(args[param.name]);&#xA;     }&#xA;   }&#xA; &#xA;   var 
url = this.scheme + '://' + this.host;&#xA; &#xA;   if (this.basePath !== '/') 
{&#xA;     url += this.basePath;&#xA;   }&#xA;   return url + requestUrl + 
matrixstring + querystring;" />
                             </target>
                         </configuration>
                     </execution>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/services/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index 56d8975..a356ad5 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-oidc</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/services/pom.xml
----------------------------------------------------------------------
diff --git a/services/pom.xml b/services/pom.xml
index ef61568..fabeb19 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.0</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index cb35aa5..0026dc4 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-sts</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index bc5c851..21cf4a5 100644
--- a/systests/cxf/pom.xml
+++ b/systests/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/oidc/pom.xml b/systests/federation/oidc/pom.xml
index 9987c43..6ce444c 100644
--- a/systests/federation/oidc/pom.xml
+++ b/systests/federation/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/oidcIdpWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/oidcIdpWebapp/pom.xml 
b/systests/federation/oidcIdpWebapp/pom.xml
index 95c0c6c..c6259b3 100644
--- a/systests/federation/oidcIdpWebapp/pom.xml
+++ b/systests/federation/oidcIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/pom.xml b/systests/federation/pom.xml
index 6789215..5ba9f00 100644
--- a/systests/federation/pom.xml
+++ b/systests/federation/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/samlIdpWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/samlIdpWebapp/pom.xml 
b/systests/federation/samlIdpWebapp/pom.xml
index fd357cd..8deb9b8 100644
--- a/systests/federation/samlIdpWebapp/pom.xml
+++ b/systests/federation/samlIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/samlsso/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/samlsso/pom.xml 
b/systests/federation/samlsso/pom.xml
index aef2c4f..232c4b1 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/federation/wsfed/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/wsfed/pom.xml 
b/systests/federation/wsfed/pom.xml
index 8191939..c965a71 100644
--- a/systests/federation/wsfed/pom.xml
+++ b/systests/federation/wsfed/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/idp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index 9d81ffd..cc935d0 100644
--- a/systests/idp/pom.xml
+++ b/systests/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 6f96f8d..387320f 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml
index de92324..eb28d35 100644
--- a/systests/jetty9/pom.xml
+++ b/systests/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 1f8cf09..e8567ec 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml
index 51338c9..2842cc4 100644
--- a/systests/oidc/pom.xml
+++ b/systests/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/pom.xml b/systests/pom.xml
index d3c8fa2..1e47081 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.0</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>fediz-systests</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/samlsso/pom.xml
----------------------------------------------------------------------
diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml
index d87d0a6..bc6dbaf 100644
--- a/systests/samlsso/pom.xml
+++ b/systests/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 5ebf6b4..2d5ca93 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/tests/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index 99a5dd4..3cc3398 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index db2570d..8b03b8c 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/tomcat8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index 4ee03ee..9e79cb5 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/cxfWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/cxfWebapp/pom.xml 
b/systests/webapps/cxfWebapp/pom.xml
index 3b32b94..5802d41 100644
--- a/systests/webapps/cxfWebapp/pom.xml
+++ b/systests/webapps/cxfWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/pom.xml b/systests/webapps/pom.xml
index 02c94ca..c64e6c6 100644
--- a/systests/webapps/pom.xml
+++ b/systests/webapps/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz-systests</artifactId>
-       <version>1.3.1-SNAPSHOT</version>
+       <version>1.3.0</version>
    </parent>
    <groupId>org.apache.cxf.fediz.systests</groupId>
    <artifactId>fediz-systests-webapps</artifactId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/simpleWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/simpleWebapp/pom.xml 
b/systests/webapps/simpleWebapp/pom.xml
index b447491..ce14350 100644
--- a/systests/webapps/simpleWebapp/pom.xml
+++ b/systests/webapps/simpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/spring2Webapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/spring2Webapp/pom.xml 
b/systests/webapps/spring2Webapp/pom.xml
index 5f5ecb3..e925fbd 100644
--- a/systests/webapps/spring2Webapp/pom.xml
+++ b/systests/webapps/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/springPreauthWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/springPreauthWebapp/pom.xml 
b/systests/webapps/springPreauthWebapp/pom.xml
index a7fddb5..b93a689 100644
--- a/systests/webapps/springPreauthWebapp/pom.xml
+++ b/systests/webapps/springPreauthWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/9b5708b4/systests/webapps/springWebapp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/webapps/springWebapp/pom.xml 
b/systests/webapps/springWebapp/pom.xml
index 7b0a404..b46b501 100644
--- a/systests/webapps/springWebapp/pom.xml
+++ b/systests/webapps/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>

Reply via email to