Modified: 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/filters/BackwardsCompatibleInterceptor.java
URL: 
http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/filters/BackwardsCompatibleInterceptor.java?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/filters/BackwardsCompatibleInterceptor.java
 (original)
+++ 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/filters/BackwardsCompatibleInterceptor.java
 Fri Feb  6 19:02:58 2015
@@ -1,3 +1,20 @@
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 package org.apache.oodt.cas.product.jaxrs.filters;
 
 import java.nio.charset.Charset;

Modified: 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RdfWriter.java
URL: 
http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RdfWriter.java?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RdfWriter.java
 (original)
+++ 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RdfWriter.java
 Fri Feb  6 19:02:58 2015
@@ -1,3 +1,20 @@
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 package org.apache.oodt.cas.product.jaxrs.writers;
 
 import java.util.Map;

Modified: 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RssWriter.java
URL: 
http://svn.apache.org/viewvc/oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RssWriter.java?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RssWriter.java
 (original)
+++ 
oodt/trunk/webapp/fmprod/src/main/java/org/apache/oodt/cas/product/jaxrs/writers/RssWriter.java
 Fri Feb  6 19:02:58 2015
@@ -1,3 +1,20 @@
+/**
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements. See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
 package org.apache.oodt.cas.product.jaxrs.writers;
 
 import java.text.SimpleDateFormat;

Modified: oodt/trunk/webapp/wmonitor/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor/pom.xml?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- oodt/trunk/webapp/wmonitor/pom.xml (original)
+++ oodt/trunk/webapp/wmonitor/pom.xml Fri Feb  6 19:02:58 2015
@@ -21,13 +21,13 @@ the License.
        <parent>
                 <groupId>org.apache.oodt</groupId>
                 <artifactId>oodt-core</artifactId>
-                <version>0.9-SNAPSHOT</version>
+                <version>0.8.1</version>
                 <relativePath>../../core/pom.xml</relativePath>
         </parent>
         <groupId>org.apache.oodt</groupId>
        <artifactId>wmonitor</artifactId>
        <packaging>war</packaging>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.8.1</version>
        <name>CAS Workflow Manager Monitor Web App</name>
        <properties>
                <wicket.version>1.4.17</wicket.version>
@@ -36,9 +36,9 @@ the License.
                <log4j.version>1.2.14</log4j.version>
        </properties>
        <scm>
-               
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
-               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
-               
<url>http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor</url>
+               
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/webapp/wmonitor</connection>
+               
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/webapp/wmonitor</developerConnection>
+               
<url>http://svn.apache.org/viewvc/oodt/tags/0.8.1/webapp/wmonitor</url>
        </scm>
        <dependencies>
                <dependency>
@@ -49,7 +49,7 @@ the License.
                <dependency>
                  <groupId>org.apache.oodt</groupId>
                  <artifactId>oodt-webapp-components</artifactId>
-                 <version>0.9-SNAPSHOT</version>
+                 <version>0.8.1</version>
                  <exclusions>
                    <exclusion>
                      <artifactId>cas-filemgr</artifactId>

Modified: oodt/trunk/workflow/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/workflow/pom.xml?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- oodt/trunk/workflow/pom.xml (original)
+++ oodt/trunk/workflow/pom.xml Fri Feb  6 19:02:58 2015
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.8.1</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>

Modified: oodt/trunk/xmlps/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/xmlps/pom.xml?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- oodt/trunk/xmlps/pom.xml (original)
+++ oodt/trunk/xmlps/pom.xml Fri Feb  6 19:02:58 2015
@@ -21,12 +21,12 @@
        <parent>
                <groupId>org.apache.oodt</groupId>
                <artifactId>oodt-core</artifactId>
-               <version>0.9-SNAPSHOT</version>
+               <version>0.8.1</version>
                <relativePath>../core/pom.xml</relativePath>
        </parent>
        <artifactId>oodt-xmlps</artifactId>
        <name>XML-configured, DBMS-based Product and Profile Server</name>
-       <version>0.9-SNAPSHOT</version>
+       <version>0.8.1</version>
        <description>
          An XML-configured DBMS-based Product and Profile meant to easily 
          sit on top of Web-Grid and other Product and Profile server contexts

Modified: oodt/trunk/xmlquery/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/xmlquery/pom.xml?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- oodt/trunk/xmlquery/pom.xml (original)
+++ oodt/trunk/xmlquery/pom.xml Fri Feb  6 19:02:58 2015
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.8.1</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-xmlquery</artifactId>
@@ -35,9 +35,9 @@
     pass a query and its results between servers, clients, nodes, and
     other components.</description>
   <scm>
-       
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection>
-       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection>
-       <url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>
+       
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/xmlquery</connection>
+       
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/xmlquery</developerConnection>
+       <url>http://svn.apache.org/viewvc/oodt/tags/0.8.1/xmlquery</url>
   </scm>
   <build>
     <resources>

Modified: 
oodt/trunk/xmlquery/src/main/java/org/apache/oodt/xmlquery/package.html
URL: 
http://svn.apache.org/viewvc/oodt/trunk/xmlquery/src/main/java/org/apache/oodt/xmlquery/package.html?rev=1657926&r1=1657925&r2=1657926&view=diff
==============================================================================
--- oodt/trunk/xmlquery/src/main/java/org/apache/oodt/xmlquery/package.html 
(original)
+++ oodt/trunk/xmlquery/src/main/java/org/apache/oodt/xmlquery/package.html Fri 
Feb  6 19:02:58 2015
@@ -1,4 +1,18 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
   <head>
     <title>JPL OODT XML-based Query/Results


Reply via email to