[infinispan-commits] Infinispan SVN: r154 - in tags/4.0.0.ALPHA1: cachestore/bdbje and 6 other directories.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Mon Apr 20 14:18:55 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-04-20 14:18:54 -0400 (Mon, 20 Apr 2009)
New Revision: 154

Modified:
   tags/4.0.0.ALPHA1/cachestore/bdbje/pom.xml
   tags/4.0.0.ALPHA1/cachestore/jdbc/pom.xml
   tags/4.0.0.ALPHA1/cachestore/s3/pom.xml
   tags/4.0.0.ALPHA1/core/pom.xml
   tags/4.0.0.ALPHA1/core/src/main/java/org/infinispan/Version.java
   tags/4.0.0.ALPHA1/parent/pom.xml
   tags/4.0.0.ALPHA1/pom.xml
   tags/4.0.0.ALPHA1/tree/pom.xml
Log:


Modified: tags/4.0.0.ALPHA1/cachestore/bdbje/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/cachestore/bdbje/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/cachestore/bdbje/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0.ALPHA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -43,4 +41,4 @@
       </repository>
    </repositories>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/cachestore/jdbc/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/cachestore/jdbc/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/cachestore/jdbc/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0.ALPHA1</version>
       <relativePath>../../parent/pom.xml</relativePath>
    </parent>
 
@@ -42,4 +40,4 @@
          <version>1.8.0.7</version>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/cachestore/s3/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/cachestore/s3/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/cachestore/s3/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.infinispan</groupId>
         <artifactId>infinispan-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0.ALPHA1</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.infinispan</groupId>
@@ -37,4 +35,4 @@
         </dependency>
     </dependencies>
 
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/core/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/core/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/core/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,13 +1,11 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0.ALPHA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -16,7 +14,7 @@
    <name>Infinispan Core</name>
    <description>Infinispan core module</description>
    <dependencies>
-      <!-- Weird dep that should be removed soon -->
+      
       <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
@@ -29,10 +27,7 @@
          <version>2.7.0.GA</version>
       </dependency>
 
-      <!--
-         For the JTA 1.1 API; consuming projects can safely
-         exclude this and replace with any valid source of this API, such as a Java EE app server. 
-         -->
+      
       <dependency>
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
@@ -66,4 +61,4 @@
       </dependency>
 
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/core/src/main/java/org/infinispan/Version.java
===================================================================
--- tags/4.0.0.ALPHA1/core/src/main/java/org/infinispan/Version.java	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/core/src/main/java/org/infinispan/Version.java	2009-04-20 18:18:54 UTC (rev 154)
@@ -31,10 +31,10 @@
  */
 @Immutable
 public class Version {
-   public static final String version = "4.0.0.SNAPSHOT";
+   public static final String version = "4.0.0.ALPHA1";
    public static final String codename = "Starobrno";
    public static final String projectName = "Infinispan";
-   static final byte[] version_id = {'0', '4', '0', '0', 'S'};
+   static final byte[] version_id = {'4', '0', '0', 'A', 'L', 'P', 'H', 'A', '1'};
    private static final int MAJOR_SHIFT = 11;
    private static final int MINOR_SHIFT = 6;
    private static final int MAJOR_MASK = 0x00f800;

Modified: tags/4.0.0.ALPHA1/parent/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/parent/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/parent/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,9 +1,9 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.infinispan</groupId>
   <artifactId>infinispan-parent</artifactId>
-  <version>4.0.0-SNAPSHOT</version>
+  <version>4.0.0.ALPHA1</version>
   <name>Infinispan Common Parent</name>
   <description>Infinispan common parent POM module</description>
   <url>http://www.infinispan.org</url>
@@ -64,7 +64,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project-package>org.infinispan</project-package>
-    <project-version>4.0.0-SNAPSHOT</project-version>
+    <project-version>4.0.0.ALPHA1</project-version>
     <defaultTestGroup>functional,unit</defaultTestGroup>
   </properties>
 
@@ -75,7 +75,7 @@
       <version>1.0</version>
       <optional>true</optional>
     </dependency>
-    <!-- 5.8 is needed for proper parallel test execution -->
+    
     <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
@@ -105,7 +105,7 @@
 
   <build>
     <plugins>
-      <!-- enforce java 1.5 and maven 2.1.0 -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
@@ -128,7 +128,7 @@
           </execution>
         </executions>
       </plugin>
-      <!-- by default, compile to JDK 1.5 compatibility (individual modules and/or user can override) -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -137,7 +137,7 @@
           <target>1.5</target>
         </configuration>
       </plugin>
-      <!-- ensure parallel test execution -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
@@ -173,7 +173,7 @@
           </properties>
         </configuration>
       </plugin>
-      <!-- eclipse project file generation -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
@@ -182,7 +182,7 @@
           <buildOutputDirectory>${basedir}/eclipse-output</buildOutputDirectory>
         </configuration>
       </plugin>
-      <!-- IntelliJ project file generation -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-idea-plugin</artifactId>
@@ -190,7 +190,7 @@
           <downloadSources>true</downloadSources>
         </configuration>
       </plugin>
-      <!-- Make sure we generate src jars too -->
+      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
@@ -264,7 +264,7 @@
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.3</version>
       </plugin>
-      <!-- Findbugs report -->
+      
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
@@ -279,7 +279,7 @@
   </reporting>
 
   <repositories>
-    <!-- basic JBoss repository -->
+    
     <repository>
       <id>repository.jboss.org</id>
       <url>http://repository.jboss.org/maven2</url>
@@ -311,9 +311,9 @@
 
   <distributionManagement>
     <repository>
-	<!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-	<!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-	<!-- TODO : replace this with direct svn access once the svnkit providers are available -->
+	
+	
+	
       	<id>repository.jboss.org</id>
       	<url>file://${maven.repository.root}</url>
     </repository>
@@ -370,4 +370,4 @@
       </properties>
     </profile>    
   </profiles>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,19 +1,17 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.infinispan</groupId>
         <artifactId>infinispan-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>4.0.0.ALPHA1</version>
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.infinispan</groupId>
     <artifactId>infinispan</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>4.0.0.ALPHA1</version>
 
     <name>Infinispan Distribution</name>
     <description>Builds the complete Infinispan distribution bundles</description>
@@ -56,14 +54,14 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <!-- this is a dependency of single_jar assembly -->
-                                <mkdir dir="target"/>
+                                
+                                <mkdir dir="target" />
                                 <zip destfile="target/infinispan-all.jar">
-                                    <fileset dir="cachestore/bdbje/target/classes"/>
-                                    <fileset dir="cachestore/jdbc/target/classes"/>
-                                    <fileset dir="cachestore/s3/target/classes"/>
-                                    <fileset dir="core/target/classes"/>
-                                    <fileset dir="tree/target/classes"/>
+                                    <fileset dir="cachestore/bdbje/target/classes" />
+                                    <fileset dir="cachestore/jdbc/target/classes" />
+                                    <fileset dir="cachestore/s3/target/classes" />
+                                    <fileset dir="core/target/classes" />
+                                    <fileset dir="tree/target/classes" />
                                 </zip>
                             </tasks>
                         </configuration>
@@ -76,14 +74,13 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <property name="file"
-                                          value="${project.build.directory}/distribution/${artifactId}-${project-version}-single_jar.zip"/>
+                                <property name="file" value="${project.build.directory}/distribution/${artifactId}-${project-version}-single_jar.zip" />
                                 <zip destfile="${file}.new">
                                     <zipfileset src="${file}">
-                                        <exclude name="**/.ignore/**"/>
+                                        <exclude name="**/.ignore/**" />
                                     </zipfileset>
                                 </zip>
-                                <move file="${file}.new" tofile="${file}"/>
+                                <move file="${file}.new" tofile="${file}" />
                             </tasks>
                         </configuration>
                     </execution>
@@ -126,4 +123,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+</project>
\ No newline at end of file

Modified: tags/4.0.0.ALPHA1/tree/pom.xml
===================================================================
--- tags/4.0.0.ALPHA1/tree/pom.xml	2009-04-20 17:34:52 UTC (rev 153)
+++ tags/4.0.0.ALPHA1/tree/pom.xml	2009-04-20 18:18:54 UTC (rev 154)
@@ -1,12 +1,10 @@
-<?xml version="1.0"?>
-<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">
+<?xml version='1.0' encoding='UTF-8'?>
+<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.infinispan</groupId>
       <artifactId>infinispan-parent</artifactId>
-      <version>4.0.0-SNAPSHOT</version>
+      <version>4.0.0.ALPHA1</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 
@@ -29,4 +27,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file




More information about the infinispan-commits mailing list