You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by gt...@apache.org on 2015/08/07 21:20:30 UTC

svn commit: r1694730 - in /river/river-examples/river-examples/trunk: browser/pom.xml hello-api/pom.xml hello-client/pom.xml hello-service/pom.xml hello-webapp-client/pom.xml home/pom.xml pom.xml

Author: gtrasuk
Date: Fri Aug  7 19:20:30 2015
New Revision: 1694730

URL: http://svn.apache.org/r1694730
Log:
[maven-release-plugin] prepare release river-examples-1.0

Modified:
    river/river-examples/river-examples/trunk/browser/pom.xml
    river/river-examples/river-examples/trunk/hello-api/pom.xml
    river/river-examples/river-examples/trunk/hello-client/pom.xml
    river/river-examples/river-examples/trunk/hello-service/pom.xml
    river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
    river/river-examples/river-examples/trunk/home/pom.xml
    river/river-examples/river-examples/trunk/pom.xml

Modified: river/river-examples/river-examples/trunk/browser/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/browser/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/browser/pom.xml (original)
+++ river/river-examples/river-examples/trunk/browser/pom.xml Fri Aug  7 19:20:30 2015
@@ -17,13 +17,12 @@
  limitations under the License.
 
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>browser</artifactId>

Modified: river/river-examples/river-examples/trunk/hello-api/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-api/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-api/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-api/pom.xml Fri Aug  7 19:20:30 2015
@@ -17,13 +17,12 @@
  limitations under the License.
 
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>river-examples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <groupId>org.apache.river.examples</groupId>
   <artifactId>hello-api</artifactId>

Modified: river/river-examples/river-examples/trunk/hello-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-client/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-client/pom.xml Fri Aug  7 19:20:30 2015
@@ -18,13 +18,12 @@
 
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>hello-client</artifactId>
@@ -57,7 +56,7 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
     </dependencies>
     

Modified: river/river-examples/river-examples/trunk/hello-service/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-service/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-service/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-service/pom.xml Fri Aug  7 19:20:30 2015
@@ -18,13 +18,12 @@
 
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.river.examples</groupId>
         <artifactId>river-examples</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </parent>
     <groupId>org.apache.river.examples</groupId>
     <artifactId>hello-service</artifactId>
@@ -57,7 +56,7 @@
         <dependency>
             <groupId>org.apache.river.examples</groupId>
             <artifactId>hello-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
         </dependency>
     </dependencies>
     

Modified: river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml (original)
+++ river/river-examples/river-examples/trunk/hello-webapp-client/pom.xml Fri Aug  7 19:20:30 2015
@@ -1,121 +1,121 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
-
--->
-<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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>river-examples</artifactId>
-        <groupId>org.apache.river.examples</groupId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.river.examples</groupId>
-    <artifactId>hello-webapp-client</artifactId>
-    <packaging>war</packaging>
-
-    <name>hello-webapp-client</name>
-
-    <properties>
-        <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    </properties>
-
-    <dependencies>
-        <dependency>
-            <groupId>javax</groupId>
-            <artifactId>javaee-web-api</artifactId>
-            <version>6.0</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-platform</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-lib</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-resources</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.river.examples</groupId>
-            <artifactId>hello-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                    <compilerArguments>
-                        <endorseddirs>${endorsed.dir}</endorseddirs>
-                    </compilerArguments>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <version>2.1.1</version>
-                <configuration>
-                    <failOnMissingWebXml>false</failOnMissingWebXml>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <version>2.1</version>
-                <executions>
-                    <execution>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>copy</goal>
-                        </goals>
-                        <configuration>
-                            <outputDirectory>${endorsed.dir}</outputDirectory>
-                            <silent>true</silent>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>javax</groupId>
-                                    <artifactId>javaee-endorsed-api</artifactId>
-                                    <version>6.0</version>
-                                    <type>jar</type>
-                                </artifactItem>
-                            </artifactItems>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-    <repositories>
-        <repository>
-            <id>unknown-jars-temp-repo</id>
-            <name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>
-            <url>file:${project.basedir}/lib</url>
-        </repository>
-    </repositories>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+
+-->
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>river-examples</artifactId>
+        <groupId>org.apache.river.examples</groupId>
+        <version>1.0</version>
+    </parent>
+
+    <groupId>org.apache.river.examples</groupId>
+    <artifactId>hello-webapp-client</artifactId>
+    <packaging>war</packaging>
+
+    <name>hello-webapp-client</name>
+
+    <properties>
+        <endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>javax</groupId>
+            <artifactId>javaee-web-api</artifactId>
+            <version>6.0</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-platform</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-resources</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.river.examples</groupId>
+            <artifactId>hello-api</artifactId>
+            <version>1.0</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <version>2.3.2</version>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target>
+                    <compilerArguments>
+                        <endorseddirs>${endorsed.dir}</endorseddirs>
+                    </compilerArguments>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <version>2.1.1</version>
+                <configuration>
+                    <failOnMissingWebXml>false</failOnMissingWebXml>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.1</version>
+                <executions>
+                    <execution>
+                        <phase>validate</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <outputDirectory>${endorsed.dir}</outputDirectory>
+                            <silent>true</silent>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>javax</groupId>
+                                    <artifactId>javaee-endorsed-api</artifactId>
+                                    <version>6.0</version>
+                                    <type>jar</type>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    <repositories>
+        <repository>
+            <id>unknown-jars-temp-repo</id>
+            <name>A temporary repository created by NetBeans for libraries and jars it could not identify. Please replace the dependencies in this repository with correct ones and delete this repository.</name>
+            <url>file:${project.basedir}/lib</url>
+        </repository>
+    </repositories>
+</project>

Modified: river/river-examples/river-examples/trunk/home/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/home/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/home/pom.xml (original)
+++ river/river-examples/river-examples/trunk/home/pom.xml Fri Aug  7 19:20:30 2015
@@ -1,119 +1,119 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- 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.
-
--->
-<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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>river-examples</artifactId>
-        <groupId>org.apache.river.examples</groupId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <groupId>org.apache.river.examples</groupId>
-    <artifactId>home</artifactId>
-    <packaging>pom</packaging>
-    <name>home</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.river.examples</groupId>
-            <artifactId>browser</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.river.examples</groupId>
-            <artifactId>hello-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>   
-
-        <dependency>
-            <groupId>org.apache.river.examples</groupId>
-            <artifactId>hello-service</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>   
-
-        <dependency>
-            <groupId>org.apache.river.examples</groupId>
-            <artifactId>hello-client</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>   
-
-        <!-- Note that the version ids for the following are in the 
-        dependency-management block on the parent pom!. -->
-        <dependency>
-            <groupId>org.apache.river</groupId>
-            <artifactId>start</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.river</groupId>
-            <artifactId>tools</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-platform</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-lib</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-dl</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-resources</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>net.jini</groupId>
-            <artifactId>jsk-policy</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>org.apache.river</groupId>
-            <artifactId>reggie</artifactId>
-        </dependency>     
-        <dependency>
-            <groupId>org.apache.river</groupId>
-            <artifactId>reggie-dl</artifactId>
-        </dependency>  
-        
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.5.2</version>
-                <configuration>
-                    <descriptors>
-                        <descriptor>src/assembly/home.xml</descriptor>
-                    </descriptors>
-                </configuration>
-                <executions>
-                    <execution>
-                        <id>make-home</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+
+-->
+<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/xsd/maven-4.0.0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <artifactId>river-examples</artifactId>
+        <groupId>org.apache.river.examples</groupId>
+        <version>1.0</version>
+    </parent>
+    <groupId>org.apache.river.examples</groupId>
+    <artifactId>home</artifactId>
+    <packaging>pom</packaging>
+    <name>home</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.river.examples</groupId>
+            <artifactId>browser</artifactId>
+            <version>1.0</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.river.examples</groupId>
+            <artifactId>hello-api</artifactId>
+            <version>1.0</version>
+        </dependency>   
+
+        <dependency>
+            <groupId>org.apache.river.examples</groupId>
+            <artifactId>hello-service</artifactId>
+            <version>1.0</version>
+        </dependency>   
+
+        <dependency>
+            <groupId>org.apache.river.examples</groupId>
+            <artifactId>hello-client</artifactId>
+            <version>1.0</version>
+        </dependency>   
+
+        <!-- Note that the version ids for the following are in the 
+        dependency-management block on the parent pom!. -->
+        <dependency>
+            <groupId>org.apache.river</groupId>
+            <artifactId>start</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.river</groupId>
+            <artifactId>tools</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-platform</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-lib</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-dl</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-resources</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>net.jini</groupId>
+            <artifactId>jsk-policy</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>org.apache.river</groupId>
+            <artifactId>reggie</artifactId>
+        </dependency>     
+        <dependency>
+            <groupId>org.apache.river</groupId>
+            <artifactId>reggie-dl</artifactId>
+        </dependency>  
+        
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <version>2.5.2</version>
+                <configuration>
+                    <descriptors>
+                        <descriptor>src/assembly/home.xml</descriptor>
+                    </descriptors>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>make-home</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Modified: river/river-examples/river-examples/trunk/pom.xml
URL: http://svn.apache.org/viewvc/river/river-examples/river-examples/trunk/pom.xml?rev=1694730&r1=1694729&r2=1694730&view=diff
==============================================================================
--- river/river-examples/river-examples/trunk/pom.xml (original)
+++ river/river-examples/river-examples/trunk/pom.xml Fri Aug  7 19:20:30 2015
@@ -27,7 +27,7 @@
     
     <groupId>org.apache.river.examples</groupId>
     <artifactId>river-examples</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>pom</packaging>
 
     <name>river-examples</name>
@@ -35,10 +35,10 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk
+            scm:svn:http://svn.apache.org/repos/asf/river/river-examples/river-examples/tags/river-examples-1.0
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/river/river-examples/river-examples/trunk
+            scm:svn:https://svn.apache.org/repos/asf/river/river-examples/river-examples/tags/river-examples-1.0
         </developerConnection>
     </scm>