Author: dreedy
Date: Sat Feb  9 21:41:14 2013
New Revision: 1444443

URL: http://svn.apache.org/r1444443
Log:
Added updated poms

Added:
    river/jtsk/branches/2.2/poms/fiddler-dl.pom
    river/jtsk/branches/2.2/poms/fiddler.pom
    river/jtsk/branches/2.2/poms/jsk-dl.pom
    river/jtsk/branches/2.2/poms/jsk-lib.pom
    river/jtsk/branches/2.2/poms/jsk-platform.pom
    river/jtsk/branches/2.2/poms/jsk-resources.pom
    river/jtsk/branches/2.2/poms/mahalo-dl.pom
    river/jtsk/branches/2.2/poms/mahalo.pom
    river/jtsk/branches/2.2/poms/mercury-dl.pom
    river/jtsk/branches/2.2/poms/mercury.pom
    river/jtsk/branches/2.2/poms/norm-dl.pom
    river/jtsk/branches/2.2/poms/norm.pom
    river/jtsk/branches/2.2/poms/outrigger-dl.pom
    river/jtsk/branches/2.2/poms/outrigger.pom
    river/jtsk/branches/2.2/poms/reggie-dl.pom
    river/jtsk/branches/2.2/poms/reggie.pom
    river/jtsk/branches/2.2/poms/serviceui.pom
    river/jtsk/branches/2.2/poms/start.pom

Added: river/jtsk/branches/2.2/poms/fiddler-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/fiddler-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/fiddler-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/fiddler-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>fiddler-dl</artifactId>
+    <version>2.2.1</version>
+       <description>Fiddler service client download jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+           <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/fiddler.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/fiddler.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/fiddler.pom (added)
+++ river/jtsk/branches/2.2/poms/fiddler.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>fiddler</artifactId>
+    <version>2.2.1</version>
+    <description> Fiddler implementation of the lookup discovery 
service</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/jsk-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/jsk-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>net.jini</groupId>
+    <artifactId>jsk-dl</artifactId>
+    <version>2.2.1</version>
+    <description>This artifact is the client download (codebase) jar for 
jsk-lib.</description>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+       
+</project>

Added: river/jtsk/branches/2.2/poms/jsk-lib.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-lib.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-lib.pom (added)
+++ river/jtsk/branches/2.2/poms/jsk-lib.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>net.jini</groupId>
+    <artifactId>jsk-lib</artifactId>
+    <description>This artifact contains the River utility APIs that are not 
tied to a specific service implementation.</description>
+    <version>2.2.1</version>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-platform</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/jsk-platform.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-platform.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-platform.pom (added)
+++ river/jtsk/branches/2.2/poms/jsk-platform.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>net.jini</groupId>
+    <artifactId>jsk-platform</artifactId>
+    <version>2.2.1</version>
+    <description>Configures specific service providers to be used, such as 
PreferredClassProvider, trust and integrity verifiers, and 
DiscoveryFormatProvider</description>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+       
+       <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-resources</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+  
+</project>

Added: river/jtsk/branches/2.2/poms/jsk-resources.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/jsk-resources.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/jsk-resources.pom (added)
+++ river/jtsk/branches/2.2/poms/jsk-resources.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>net.jini</groupId>
+    <artifactId>jsk-resources</artifactId>
+    <version>2.2.1</version>
+    <description></description>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+  
+</project>

Added: river/jtsk/branches/2.2/poms/mahalo-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mahalo-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/mahalo-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/mahalo-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>mahalo-dl</artifactId>
+    <version>2.2.1</version>
+       <description>Mahalo Transaction Manager service client download 
jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+           <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/mahalo.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mahalo.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/mahalo.pom (added)
+++ river/jtsk/branches/2.2/poms/mahalo.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>mahalo</artifactId>
+    <version>2.2.1</version>
+    <description>Mahalo Transaction Manager service 
implementation</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/mercury-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mercury-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/mercury-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/mercury-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>mercury-dl</artifactId>
+    <version>2.2.1</version>
+    <description>Event mailbox service client download jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/mercury.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/mercury.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/mercury.pom (added)
+++ river/jtsk/branches/2.2/poms/mercury.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>mercury</artifactId>
+    <version>2.2.1</version>
+    <description>Event mailbox service implementation</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/norm-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/norm-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/norm-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/norm-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>norm-dl</artifactId>
+    <version>2.2.1</version>
+    <description>Norm service client download jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+           <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/norm.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/norm.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/norm.pom (added)
+++ river/jtsk/branches/2.2/poms/norm.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>norm</artifactId>
+    <version>2.2.1</version>
+    <description>Norm implementation of the lease renewal service</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/outrigger-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/outrigger-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/outrigger-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/outrigger-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>outrigger-dl</artifactId>
+    <version>2.2.1</version>
+    <description>Outrigger JavaSpace service client download jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+           <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/outrigger.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/outrigger.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/outrigger.pom (added)
+++ river/jtsk/branches/2.2/poms/outrigger.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>outrigger</artifactId>
+    <version>2.2.1</version>
+    <description>Outrigger JavaSpace service implementation</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/reggie-dl.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/reggie-dl.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/reggie-dl.pom (added)
+++ river/jtsk/branches/2.2/poms/reggie-dl.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>reggie-dl</artifactId>
+    <version>2.2.1</version>
+    <description>River Lookup and Registry service client download 
jar</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+           <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/reggie.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/reggie.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/reggie.pom (added)
+++ river/jtsk/branches/2.2/poms/reggie.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>reggie</artifactId>
+    <version>2.2.1</version>
+    <description>River Lookup and Registry service implementation</description>
+       
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+    <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>

Added: river/jtsk/branches/2.2/poms/serviceui.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/serviceui.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/serviceui.pom (added)
+++ river/jtsk/branches/2.2/poms/serviceui.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>net.jini.lookup</groupId>
+    <artifactId>serviceui</artifactId>
+    <version>2.2.1</version>
+    <description>Service UI attributes and factories</description>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+
+</project>

Added: river/jtsk/branches/2.2/poms/start.pom
URL: 
http://svn.apache.org/viewvc/river/jtsk/branches/2.2/poms/start.pom?rev=1444443&view=auto
==============================================================================
--- river/jtsk/branches/2.2/poms/start.pom (added)
+++ river/jtsk/branches/2.2/poms/start.pom Sat Feb  9 21:41:14 2013
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (C) 2013 the original author or authors.
+  ~
+  ~ Licensed 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.
+  -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+    
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.river</groupId>
+    <artifactId>start</artifactId>
+    <description>This executable JAR file is the primary entry point for the 
Service Starter. It acts as both the class path for the container virtual 
machine (VM) for the Java platform that executes non-activatable services, and 
as the setup VM for activatable services.</description>
+    <version>2.2.1</version>
+
+       <licenses>
+           <license>
+               <name>The Apache Software License, Version 2.0</name>
+               <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+           </license>
+       </licenses>
+       
+       <dependencies>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-platform</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+    </dependencies>
+
+</project>
\ No newline at end of file


Reply via email to