Author: jgbutler
Date: Mon Mar 15 02:57:19 2010
New Revision: 923037

URL: http://svn.apache.org/viewvc?rev=923037&view=rev
Log:
[maven-release-plugin] prepare release ibator-1.2.2

Modified:
    ibatis/java/ibator/trunk/core/ibator-core/pom.xml
    ibatis/java/ibator/trunk/core/ibator-maven-plugin/pom.xml
    ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/pom.xml
    ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/pom.xml
    ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/pom.xml
    ibatis/java/ibator/trunk/core/pom.xml

Modified: ibatis/java/ibator/trunk/core/ibator-core/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-core/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/ibator-core/pom.xml (original)
+++ ibatis/java/ibator/trunk/core/ibator-core/pom.xml Mon Mar 15 02:57:19 2010
@@ -1,128 +1,127 @@
-<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>
-  
-  <parent>
-    <groupId>org.apache.ibatis.ibator</groupId>
-    <artifactId>ibator</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>ibator-core</artifactId>
-  <packaging>jar</packaging>
-  <name>Apache iBATIS Ibator</name>
-  <url>http://ibatis.apache.org/ibator.html</url>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <forkMode>once</forkMode>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>2.2</version>
-        <configuration>
-          <archive>
-            <manifest>
-              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-              <mainClass>org.apache.ibatis.ibator.api.IbatorRunner</mainClass>
-            </manifest>
-            <manifestEntries>
-              <url>${pom.url}</url>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-<!--
-      <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-       <artifactId>maven-source-plugin</artifactId>
-       <version>2.1</version>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>          
-      </plugin>
--->
-      <plugin>
-       <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-5</version>
-        <configuration>
-          <descriptors>
-            <descriptor>src/main/assembly/src.xml</descriptor>
-          </descriptors>
-        </configuration>        
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>    
-    <plugins>  
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>      
-      <plugin>
-       <groupId>org.codehaus.mojo</groupId>
-       <artifactId>emma-maven-plugin</artifactId>
-       <version>1.0-alpha-1</version>
-      </plugin>      
-    </plugins>      
-  </reporting>  
-  
-  <dependencies>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.13</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.ant</groupId>
-      <artifactId>ant</artifactId>
-      <version>1.7.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <version>1.8.0.10</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-core/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-core/</developerConnection>
-    <tag>HEAD</tag>
-    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-core/</url>
-  </scm>
-</project>
+<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>
+  
+  <parent>
+    <groupId>org.apache.ibatis.ibator</groupId>
+    <artifactId>ibator</artifactId>
+    <version>1.2.2</version>
+  </parent>
+  
+  <artifactId>ibator-core</artifactId>
+  <packaging>jar</packaging>
+  <name>Apache iBATIS Ibator</name>
+  <url>http://ibatis.apache.org/ibator.html</url>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <forkMode>once</forkMode>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <archive>
+            <manifest>
+              
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <mainClass>org.apache.ibatis.ibator.api.IbatorRunner</mainClass>
+            </manifest>
+            <manifestEntries>
+              <url>${pom.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
+<!--
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-source-plugin</artifactId>
+       <version>2.1</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>jar-no-fork</goal>
+            </goals>
+          </execution>
+        </executions>          
+      </plugin>
+-->
+      <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-5</version>
+        <configuration>
+          <descriptors>
+            <descriptor>src/main/assembly/src.xml</descriptor>
+          </descriptors>
+        </configuration>        
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>    
+    <plugins>  
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>      
+      <plugin>
+       <groupId>org.codehaus.mojo</groupId>
+       <artifactId>emma-maven-plugin</artifactId>
+       <version>1.0-alpha-1</version>
+      </plugin>      
+    </plugins>      
+  </reporting>  
+  
+  <dependencies>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.13</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <version>1.7.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <version>1.8.0.10</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-core</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-core</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2/ibator-core</url>
+  </scm>
+</project>

Modified: ibatis/java/ibator/trunk/core/ibator-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-maven-plugin/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/ibator-maven-plugin/pom.xml (original)
+++ ibatis/java/ibator/trunk/core/ibator-maven-plugin/pom.xml Mon Mar 15 
02:57:19 2010
@@ -1,56 +1,55 @@
-<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>
-  <parent>
-    <groupId>org.apache.ibatis.ibator</groupId>
-    <artifactId>ibator</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>ibator-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Apache iBATIS Ibator - Maven Plugin</name>
-  <url>http://ibatis.apache.org/ibator.html</url>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.ibatis.ibator</groupId>
-       <artifactId>ibator-core</artifactId>
-       <version>1.2.2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.maven</groupId>
-       <artifactId>maven-project</artifactId>
-       <version>2.1.0</version>
-    </dependency>
-  </dependencies>
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-maven-plugin/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-maven-plugin/</developerConnection>
-    <tag>HEAD</tag>
-    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-maven-plugin/</url>
-  </scm>
-</project>
+<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>
+  <parent>
+    <groupId>org.apache.ibatis.ibator</groupId>
+    <artifactId>ibator</artifactId>
+    <version>1.2.2</version>
+  </parent>
+
+  <artifactId>ibator-maven-plugin</artifactId>
+  <packaging>maven-plugin</packaging>
+  <name>Apache iBATIS Ibator - Maven Plugin</name>
+  <url>http://ibatis.apache.org/ibator.html</url>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.ibatis.ibator</groupId>
+       <artifactId>ibator-core</artifactId>
+       <version>1.2.2</version>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.maven</groupId>
+       <artifactId>maven-project</artifactId>
+       <version>2.1.0</version>
+    </dependency>
+  </dependencies>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-maven-plugin</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-maven-plugin</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2/ibator-maven-plugin</url>
+  </scm>
+</project>

Modified: ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/pom.xml 
(original)
+++ ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/pom.xml Mon Mar 
15 02:57:19 2010
@@ -1,111 +1,110 @@
-<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>
-  <parent>
-    <groupId>org.apache.ibatis.ibator</groupId>
-    <artifactId>ibator</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.ibatis.ibator</groupId>
-  <artifactId>ibator-systests-ibatis2-java2</artifactId>
-  <packaging>jar</packaging>
-  <name>ibator-systests-ibatis2-java2</name>
-  <url>http://ibatis.apache.org/ibator.html</url>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <forkMode>always</forkMode>
-        </configuration>
-      </plugin>
-      <plugin>
-       <groupId>org.apache.ibatis.ibator</groupId>
-       <artifactId>ibator-maven-plugin</artifactId>
-       <version>1.2.2-SNAPSHOT</version>
-       <executions>
-         <execution>
-           <id>Generate iBATIS Artifacts</id>
-           <goals>
-             <goal>generate</goal>
-           </goals>
-         </execution>
-       </executions>
-        <configuration>
-         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
-         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
-                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
-             <jdbcUserId>sa</jdbcUserId>
-             <overwrite>true</overwrite>
-           </configuration>
-       <dependencies>
-          <dependency>
-           <groupId>org.hsqldb</groupId>
-           <artifactId>hsqldb</artifactId>
-           <version>1.8.0.10</version>
-          </dependency>
-       </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.ibatis</groupId>
-       <artifactId>ibatis-sqlmap</artifactId>
-       <version>2.3.4.726</version>
-    </dependency>
-    <dependency>
-       <groupId>org.springframework</groupId>
-       <artifactId>spring-orm</artifactId>
-       <version>2.5.6</version>
-    </dependency>
-    <dependency>
-       <groupId>org.springframework</groupId>
-       <artifactId>spring-jdbc</artifactId>
-       <version>2.5.6</version>
-    </dependency>
-    <dependency>
-       <groupId>org.hsqldb</groupId>
-       <artifactId>hsqldb</artifactId>
-       <version>1.8.0.10</version>
-       <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.13</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/</developerConnection>
-    <tag>HEAD</tag>
-    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java2/</url>
-  </scm>
-</project>
+<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>
+  <parent>
+    <groupId>org.apache.ibatis.ibator</groupId>
+    <artifactId>ibator</artifactId>
+    <version>1.2.2</version>
+  </parent>
+  <groupId>org.apache.ibatis.ibator</groupId>
+  <artifactId>ibator-systests-ibatis2-java2</artifactId>
+  <packaging>jar</packaging>
+  <name>ibator-systests-ibatis2-java2</name>
+  <url>http://ibatis.apache.org/ibator.html</url>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <forkMode>always</forkMode>
+        </configuration>
+      </plugin>
+      <plugin>
+       <groupId>org.apache.ibatis.ibator</groupId>
+       <artifactId>ibator-maven-plugin</artifactId>
+       <version>1.2.2</version>
+       <executions>
+         <execution>
+           <id>Generate iBATIS Artifacts</id>
+           <goals>
+             <goal>generate</goal>
+           </goals>
+         </execution>
+       </executions>
+        <configuration>
+         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
+         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
+                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
+             <jdbcUserId>sa</jdbcUserId>
+             <overwrite>true</overwrite>
+           </configuration>
+       <dependencies>
+          <dependency>
+           <groupId>org.hsqldb</groupId>
+           <artifactId>hsqldb</artifactId>
+           <version>1.8.0.10</version>
+          </dependency>
+       </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.ibatis</groupId>
+       <artifactId>ibatis-sqlmap</artifactId>
+       <version>2.3.4.726</version>
+    </dependency>
+    <dependency>
+       <groupId>org.springframework</groupId>
+       <artifactId>spring-orm</artifactId>
+       <version>2.5.6</version>
+    </dependency>
+    <dependency>
+       <groupId>org.springframework</groupId>
+       <artifactId>spring-jdbc</artifactId>
+       <version>2.5.6</version>
+    </dependency>
+    <dependency>
+       <groupId>org.hsqldb</groupId>
+       <artifactId>hsqldb</artifactId>
+       <version>1.8.0.10</version>
+       <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.13</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java2</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java2</url>
+  </scm>
+</project>

Modified: ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/pom.xml 
(original)
+++ ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/pom.xml Mon Mar 
15 02:57:19 2010
@@ -1,111 +1,110 @@
-<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>
-  <parent>
-    <groupId>org.apache.ibatis.ibator</groupId>
-    <artifactId>ibator</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.ibatis.ibator</groupId>
-  <artifactId>ibator-systests-ibatis2-java5</artifactId>
-  <packaging>jar</packaging>
-  <name>ibator-systests-ibatis2-java5</name>
-  <url>http://ibatis.apache.org/ibator.html</url>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <forkMode>always</forkMode>
-        </configuration>
-      </plugin>
-      <plugin>
-       <groupId>org.apache.ibatis.ibator</groupId>
-       <artifactId>ibator-maven-plugin</artifactId>
-       <version>1.2.2-SNAPSHOT</version>
-       <executions>
-         <execution>
-           <id>Generate iBATIS Artifacts</id>
-           <goals>
-             <goal>generate</goal>
-           </goals>
-         </execution>
-       </executions>
-        <configuration>
-         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
-         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
-                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
-             <jdbcUserId>sa</jdbcUserId>
-             <overwrite>true</overwrite>
-           </configuration>
-       <dependencies>
-          <dependency>
-           <groupId>org.hsqldb</groupId>
-           <artifactId>hsqldb</artifactId>
-           <version>1.8.0.10</version>
-          </dependency>
-       </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.ibatis</groupId>
-       <artifactId>ibatis-sqlmap</artifactId>
-       <version>2.3.4.726</version>
-    </dependency>
-    <dependency>
-       <groupId>org.springframework</groupId>
-       <artifactId>spring-orm</artifactId>
-       <version>2.5.6</version>
-    </dependency>
-    <dependency>
-       <groupId>org.springframework</groupId>
-       <artifactId>spring-jdbc</artifactId>
-       <version>2.5.6</version>
-    </dependency>
-    <dependency>
-       <groupId>org.hsqldb</groupId>
-       <artifactId>hsqldb</artifactId>
-       <version>1.8.0.10</version>
-       <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>1.2.13</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/</developerConnection>
-    <tag>HEAD</tag>
-    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis2-java5/</url>
-  </scm>
-</project>
+<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>
+  <parent>
+    <groupId>org.apache.ibatis.ibator</groupId>
+    <artifactId>ibator</artifactId>
+    <version>1.2.2</version>
+  </parent>
+  <groupId>org.apache.ibatis.ibator</groupId>
+  <artifactId>ibator-systests-ibatis2-java5</artifactId>
+  <packaging>jar</packaging>
+  <name>ibator-systests-ibatis2-java5</name>
+  <url>http://ibatis.apache.org/ibator.html</url>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <forkMode>always</forkMode>
+        </configuration>
+      </plugin>
+      <plugin>
+       <groupId>org.apache.ibatis.ibator</groupId>
+       <artifactId>ibator-maven-plugin</artifactId>
+       <version>1.2.2</version>
+       <executions>
+         <execution>
+           <id>Generate iBATIS Artifacts</id>
+           <goals>
+             <goal>generate</goal>
+           </goals>
+         </execution>
+       </executions>
+        <configuration>
+         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
+         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
+                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
+             <jdbcUserId>sa</jdbcUserId>
+             <overwrite>true</overwrite>
+           </configuration>
+       <dependencies>
+          <dependency>
+           <groupId>org.hsqldb</groupId>
+           <artifactId>hsqldb</artifactId>
+           <version>1.8.0.10</version>
+          </dependency>
+       </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.ibatis</groupId>
+       <artifactId>ibatis-sqlmap</artifactId>
+       <version>2.3.4.726</version>
+    </dependency>
+    <dependency>
+       <groupId>org.springframework</groupId>
+       <artifactId>spring-orm</artifactId>
+       <version>2.5.6</version>
+    </dependency>
+    <dependency>
+       <groupId>org.springframework</groupId>
+       <artifactId>spring-jdbc</artifactId>
+       <version>2.5.6</version>
+    </dependency>
+    <dependency>
+       <groupId>org.hsqldb</groupId>
+       <artifactId>hsqldb</artifactId>
+       <version>1.8.0.10</version>
+       <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.13</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java5</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java5</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis2-java5</url>
+  </scm>
+</project>

Modified: ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/pom.xml (original)
+++ ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/pom.xml Mon Mar 15 
02:57:19 2010
@@ -1,95 +1,94 @@
-<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>
-  <parent>
-    <groupId>org.apache.ibatis.ibator</groupId>
-    <artifactId>ibator</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.ibatis.ibator</groupId>
-  <artifactId>ibator-systests-ibatis3</artifactId>
-  <packaging>jar</packaging>
-  <name>ibator-systests-ibatis3</name>
-  <url>http://ibatis.apache.org/ibator.html</url>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.4.3</version>
-        <configuration>
-          <forkMode>always</forkMode>
-        </configuration>
-      </plugin>
-      <plugin>
-       <groupId>org.apache.ibatis.ibator</groupId>
-       <artifactId>ibator-maven-plugin</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
-       <executions>
-         <execution>
-           <id>Generate iBATIS Artifacts</id>
-           <goals>
-             <goal>generate</goal>
-           </goals>
-         </execution>
-       </executions>
-        <configuration>
-         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
-         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
-                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
-          <jdbcUserId>sa</jdbcUserId>
-          <overwrite>true</overwrite>
-        </configuration>
-       <dependencies>
-          <dependency>
-           <groupId>org.hsqldb</groupId>
-           <artifactId>hsqldb</artifactId>
-           <version>1.8.0.10</version>
-          </dependency>
-       </dependencies>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.5</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.6</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-       <groupId>org.apache.ibatis</groupId>
-       <artifactId>ibatis-sqlmap</artifactId>
-       <version>3.0-beta-10</version>
-    </dependency>
-    <dependency>
-       <groupId>org.hsqldb</groupId>
-       <artifactId>hsqldb</artifactId>
-       <version>1.8.0.10</version>
-       <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/</developerConnection>
-    <tag>HEAD</tag>
-    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/ibator-systests-ibatis3/</url>
-  </scm>
-</project>
+<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>
+  <parent>
+    <groupId>org.apache.ibatis.ibator</groupId>
+    <artifactId>ibator</artifactId>
+    <version>1.2.2</version>
+  </parent>
+  <groupId>org.apache.ibatis.ibator</groupId>
+  <artifactId>ibator-systests-ibatis3</artifactId>
+  <packaging>jar</packaging>
+  <name>ibator-systests-ibatis3</name>
+  <url>http://ibatis.apache.org/ibator.html</url>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <forkMode>always</forkMode>
+        </configuration>
+      </plugin>
+      <plugin>
+       <groupId>org.apache.ibatis.ibator</groupId>
+       <artifactId>ibator-maven-plugin</artifactId>
+        <version>1.2.2</version>
+       <executions>
+         <execution>
+           <id>Generate iBATIS Artifacts</id>
+           <goals>
+             <goal>generate</goal>
+           </goals>
+         </execution>
+       </executions>
+        <configuration>
+         <sqlScript>src/main/resources/CreateDB.sql</sqlScript>
+         <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
+                 <jdbcURL>jdbc:hsqldb:mem:aname</jdbcURL>
+          <jdbcUserId>sa</jdbcUserId>
+          <overwrite>true</overwrite>
+        </configuration>
+       <dependencies>
+          <dependency>
+           <groupId>org.hsqldb</groupId>
+           <artifactId>hsqldb</artifactId>
+           <version>1.8.0.10</version>
+          </dependency>
+       </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.5</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.6</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+       <groupId>org.apache.ibatis</groupId>
+       <artifactId>ibatis-sqlmap</artifactId>
+       <version>3.0-beta-10</version>
+    </dependency>
+    <dependency>
+       <groupId>org.hsqldb</groupId>
+       <artifactId>hsqldb</artifactId>
+       <version>1.8.0.10</version>
+       <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis3</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis3</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2/ibator-systests-ibatis3</url>
+  </scm>
+</project>

Modified: ibatis/java/ibator/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/pom.xml?rev=923037&r1=923036&r2=923037&view=diff
==============================================================================
--- ibatis/java/ibator/trunk/core/pom.xml (original)
+++ ibatis/java/ibator/trunk/core/pom.xml Mon Mar 15 02:57:19 2010
@@ -1,42 +1,88 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>7</version>
-  </parent>
-  <groupId>org.apache.ibatis.ibator</groupId>
-  <artifactId>ibator</artifactId>
-  <name>ibator</name>
-  <version>1.2.2-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>ibator-core</module>
-    <module>ibator-maven-plugin</module>
-    <module>ibator-systests-ibatis2-java2</module>
-    <module>ibator-systests-ibatis2-java5</module>
-    <module>ibator-systests-ibatis3</module>
-  </modules>
-
-  <licenses>
-    <license>
-      <name>Apache 2</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-  </organization>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/trunk/core/</developerConnection>
-    <tag>HEAD</tag>
-    <url>http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/core/</url>
-  </scm>
-  
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<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.ibatis.ibator</groupId>
+  <artifactId>ibator</artifactId>
+  <name>ibator</name>
+  <version>1.2.2</version>
+  <packaging>pom</packaging>
+  <modules>
+    <module>ibator-core</module>
+    <module>ibator-maven-plugin</module>
+    <module>ibator-systests-ibatis2-java2</module>
+    <module>ibator-systests-ibatis2-java5</module>
+    <module>ibator-systests-ibatis3</module>
+  </modules>
+
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org</url>
+  </organization>
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/ibatis/java/ibator/tags/ibator-1.2.2</developerConnection>
+    <tag>HEAD</tag>
+    
<url>http://svn.apache.org/viewvc/ibatis/java/ibator/tags/ibator-1.2.2</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0-beta-9</version>
+        <configuration>
+          <useReleaseProfile>false</useReleaseProfile>
+          <arguments>-Papache-release</arguments>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+      
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+  
+  <distributionManagement>
+    <repository>
+      <id>releases</id>
+      <name>Apache Releases</name>
+      
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/ibatis/ibator</url>
+    </repository>
+  </distributionManagement>
+  
+</project>


Reply via email to