Author: lindner
Date: Thu Sep 24 14:14:56 2009
New Revision: 818491

URL: http://svn.apache.org/viewvc?rev=818491&view=rev
Log:
fix for release process

Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=818491&r1=818490&r2=818491&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Sep 24 14:14:56 2009
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-project</artifactId>
-  <version>1.1-BETA3-incubating-SNAPSHOT</version>
+  <version>1.1-BETA3-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Shindig Project</name>
@@ -48,9 +48,9 @@
   <!-- S C M                                                                  
-->
   <!-- ====================================================================== 
-->
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/shindig/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.1-BETA3-incubating</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/tags/shindig-project-1.1-BETA3-incubating</developerConnection>
+    
<url>http://svn.apache.org/viewvc/incubator/shindig/tags/shindig-project-1.1-BETA3-incubating</url>
   </scm>
 
   <!-- ====================================================================== 
-->
@@ -647,6 +647,7 @@
               <excludes>
                 <exclude>**/*.iml</exclude>
                 <exclude>.gitignore</exclude>
+                <exclude>release.properties</exclude>
                 <exclude>**/.git/**/*</exclude>
                 <exclude>**/README*</exclude>
                 <exclude>**/target/**</exclude>
@@ -1064,6 +1065,7 @@
             <excludes>
               <exclude>**/*.iml</exclude>
               <exclude>.gitignore</exclude>
+              <exclude>release.properties</exclude>
               <exclude>**/.git/**/*</exclude>
               <exclude>**/README*</exclude>
               <exclude>**/target/**</exclude>


Reply via email to