You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/11/15 12:39:23 UTC

svn commit: r1409739 - in /openwebbeans/trunk: webbeans-clustering/ webbeans-clustering/pom.xml webbeans-el22/ webbeans-el22/pom.xml

Author: struberg
Date: Thu Nov 15 11:39:22 2012
New Revision: 1409739

URL: http://svn.apache.org/viewvc?rev=1409739&view=rev
Log:
fix missing svn:ignore

Modified:
    openwebbeans/trunk/webbeans-clustering/   (props changed)
    openwebbeans/trunk/webbeans-clustering/pom.xml
    openwebbeans/trunk/webbeans-el22/   (props changed)
    openwebbeans/trunk/webbeans-el22/pom.xml

Propchange: openwebbeans/trunk/webbeans-clustering/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Nov 15 11:39:22 2012
@@ -1,5 +1,9 @@
+target
+.metadata
 .classpath
-
 .project
-
 .settings
+*.iml
+*.ipr
+*.iws
+.idea

Modified: openwebbeans/trunk/webbeans-clustering/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-clustering/pom.xml?rev=1409739&r1=1409738&r2=1409739&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-clustering/pom.xml (original)
+++ openwebbeans/trunk/webbeans-clustering/pom.xml Thu Nov 15 11:39:22 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.1.7-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>openwebbeans-clustering</artifactId>

Propchange: openwebbeans/trunk/webbeans-el22/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Nov 15 11:39:22 2012
@@ -1,5 +1,9 @@
-.settings
-
-.project
-
+target
+.metadata
 .classpath
+.project
+.settings
+*.iml
+*.ipr
+*.iws
+.idea

Modified: openwebbeans/trunk/webbeans-el22/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-el22/pom.xml?rev=1409739&r1=1409738&r2=1409739&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-el22/pom.xml (original)
+++ openwebbeans/trunk/webbeans-el22/pom.xml Thu Nov 15 11:39:22 2012
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.1.7-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>