Revision: 46332
Author:   daniel
Date:     2009-01-27 12:05:44 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
bump version to 0.3

Modified Paths:
--------------
    trunk/WikiWord/WikiWord/pom.xml
    trunk/WikiWord/WikiWordBuilder/pom.xml
    trunk/WikiWord/WikiWordBuilder4LifeScience/pom.xml
    trunk/WikiWord/pom.xml

Modified: trunk/WikiWord/WikiWord/pom.xml
===================================================================
--- trunk/WikiWord/WikiWord/pom.xml     2009-01-27 11:17:23 UTC (rev 46331)
+++ trunk/WikiWord/WikiWord/pom.xml     2009-01-27 12:05:44 UTC (rev 46332)
@@ -3,19 +3,19 @@
        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>de.brightbyte</groupId>
+       <groupId>de.wikimedia</groupId>
        <artifactId>WikiWord</artifactId>
-       <version>0.2</version>
-       
-    <dependencies>
-     <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>BrightByteUtil</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
+       <version>0.3</version>
+       
+    <dependencies>
      <dependency>
         <groupId>de.brightbyte</groupId>
+        <artifactId>BrightByteUtil</artifactId>
+        <version>0.2</version>
+        <scope>compile</scope>
+      </dependency>
+     <dependency>
+        <groupId>de.brightbyte</groupId>
         <artifactId>BrightByteDB</artifactId>
         <version>0.2</version>
         <scope>compile</scope>
@@ -26,46 +26,46 @@
         <version>0.2</version>
         <scope>compile</scope>
       </dependency>
-      <dependency>
-        <groupId>mysql</groupId>
-        <artifactId>mysql-connector-java</artifactId>
-        <version>3.1.11</version>
-        <scope>runtime</scope>
-      </dependency>
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <version>3.8</version>
-       <scope>test</scope> 
-     </dependency>
+      <dependency>
+        <groupId>mysql</groupId>
+        <artifactId>mysql-connector-java</artifactId>
+        <version>3.1.11</version>
+        <scope>runtime</scope>
+      </dependency>
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>3.8</version>
+       <scope>test</scope> 
+     </dependency>
      <!--<dependency>
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
         <version>1.8.0.7</version>
         <scope>test</scope> 
         </dependency>-->
-    </dependencies>
-
-    
-  <build>
-       <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source> 
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
+    </dependencies>
+
+    
+  <build>
+       <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source> 
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
        <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
@@ -75,20 +75,20 @@
           </descriptors>
         </configuration>
       </plugin>
-       </plugins>
-
-    <resources>
-      <resource>
-        <filtering>false</filtering>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**</include>
-        </includes>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
+       </plugins>
+
+    <resources>
+      <resource>
+        <filtering>false</filtering>
+        <directory>src/main/java</directory>
+        <includes>
+          <include>**</include>
+        </includes>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
     <testResources>
       <testResource>
         <filtering>false</filtering>
@@ -101,38 +101,38 @@
         </excludes>
       </testResource>
     </testResources>
-  </build>
-
-  <reporting>
-    <plugins>
-      <!--<plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <configLocation>config/sun_checks.xml</configLocation>
-        </configuration>
-      </plugin>-->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>surefire-report-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>index</report>
-              <report>summary</report>
-              <report>dependencies</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-     <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-     </plugin>
-    </plugins>
-  </reporting>
+  </build>
+
+  <reporting>
+    <plugins>
+      <!--<plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>config/sun_checks.xml</configLocation>
+        </configuration>
+      </plugin>-->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+              <report>summary</report>
+              <report>dependencies</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+     <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+     </plugin>
+    </plugins>
+  </reporting>
 </project>
\ No newline at end of file

Modified: trunk/WikiWord/WikiWordBuilder/pom.xml
===================================================================
--- trunk/WikiWord/WikiWordBuilder/pom.xml      2009-01-27 11:17:23 UTC (rev 
46331)
+++ trunk/WikiWord/WikiWordBuilder/pom.xml      2009-01-27 12:05:44 UTC (rev 
46332)
@@ -3,63 +3,63 @@
        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>de.brightbyte</groupId>
+       <groupId>de.wikimedia</groupId>
        <artifactId>WikiWordBuilder</artifactId>
-       <version>0.2</version>
-       
-    <dependencies>
-      <dependency>
-        <groupId>org.wikimedia</groupId>
-        <artifactId>mwdumper</artifactId>
-        <version>1.11</version>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>BrightByteUtil</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
+       <version>0.3</version>
+       
+    <dependencies>
+      <dependency>
+        <groupId>org.wikimedia</groupId>
+        <artifactId>mwdumper</artifactId>
+        <version>1.11</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>de.brightbyte</groupId>
+        <artifactId>BrightByteUtil</artifactId>
+        <version>0.2</version>
+        <scope>compile</scope>
+      </dependency>
      <dependency>
         <groupId>de.brightbyte</groupId>
         <artifactId>BrightByteDB</artifactId>
         <version>0.2</version>
         <scope>compile</scope>
       </dependency>
-      <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>WikiWord</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <version>3.8</version>
-       <scope>test</scope> 
-     </dependency>
-    </dependencies>
-    
-  <build>
-       <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source> 
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
+      <dependency>
+        <groupId>de.wikimedia</groupId>
+        <artifactId>WikiWord</artifactId>
+        <version>0.3</version>
+        <scope>compile</scope>
+      </dependency>
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>3.8</version>
+       <scope>test</scope> 
+     </dependency>
+    </dependencies>
+    
+  <build>
+       <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source> 
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
@@ -68,20 +68,20 @@
           </descriptors>
         </configuration>
       </plugin>
-       </plugins>
-
-    <resources>
-      <resource>
-        <filtering>false</filtering>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**</include>
-        </includes>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
+       </plugins>
+
+    <resources>
+      <resource>
+        <filtering>false</filtering>
+        <directory>src/main/java</directory>
+        <includes>
+          <include>**</include>
+        </includes>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
     <testResources>
       <testResource>
         <filtering>false</filtering>
@@ -94,6 +94,6 @@
         </excludes>
       </testResource>
     </testResources>
-  </build>
-       
+  </build>
+       
 </project>
\ No newline at end of file

Modified: trunk/WikiWord/WikiWordBuilder4LifeScience/pom.xml
===================================================================
--- trunk/WikiWord/WikiWordBuilder4LifeScience/pom.xml  2009-01-27 11:17:23 UTC 
(rev 46331)
+++ trunk/WikiWord/WikiWordBuilder4LifeScience/pom.xml  2009-01-27 12:05:44 UTC 
(rev 46332)
@@ -3,69 +3,69 @@
        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>de.brightbyte</groupId>
+       <groupId>de.wikimedia</groupId>
        <artifactId>WikiWordBuilder4WikiPro</artifactId>
-       <version>0.2</version>
-       
-    <dependencies>
-      <dependency>
-        <groupId>org.wikimedia</groupId>
-        <artifactId>mwdumper</artifactId>
-        <version>1.11</version>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>BrightByteUtil</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
+       <version>0.3</version>
+       
+    <dependencies>
+      <dependency>
+        <groupId>org.wikimedia</groupId>
+        <artifactId>mwdumper</artifactId>
+        <version>1.11</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>de.brightbyte</groupId>
+        <artifactId>BrightByteUtil</artifactId>
+        <version>0.2</version>
+        <scope>compile</scope>
+      </dependency>
      <dependency>
         <groupId>de.brightbyte</groupId>
         <artifactId>BrightByteDB</artifactId>
         <version>0.2</version>
         <scope>compile</scope>
       </dependency>
-      <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>WikiWord</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>de.brightbyte</groupId>
-        <artifactId>WikiWordBuilder</artifactId>
-        <version>0.2</version>
-        <scope>compile</scope>
-      </dependency>
-     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
-       <version>3.8</version>
-       <scope>test</scope> 
-     </dependency>
-    </dependencies>
-    
-  <build>
-       <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source> 
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-          </execution>
-        </executions>
-      </plugin>
+      <dependency>
+        <groupId>de.wikimedia</groupId>
+        <artifactId>WikiWord</artifactId>
+        <version>0.3</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>de.wikimedia</groupId>
+        <artifactId>WikiWordBuilder</artifactId>
+        <version>0.3</version>
+        <scope>compile</scope>
+      </dependency>
+     <dependency>
+       <groupId>junit</groupId>
+       <artifactId>junit</artifactId>
+       <version>3.8</version>
+       <scope>test</scope> 
+     </dependency>
+    </dependencies>
+    
+  <build>
+       <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source> 
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
@@ -74,20 +74,20 @@
           </descriptors>
         </configuration>
       </plugin>
-       </plugins>
-
-    <resources>
-      <resource>
-        <filtering>false</filtering>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**</include>
-        </includes>
-        <excludes>
-          <exclude>**/*.java</exclude>
-        </excludes>
-      </resource>
-    </resources>
+       </plugins>
+
+    <resources>
+      <resource>
+        <filtering>false</filtering>
+        <directory>src/main/java</directory>
+        <includes>
+          <include>**</include>
+        </includes>
+        <excludes>
+          <exclude>**/*.java</exclude>
+        </excludes>
+      </resource>
+    </resources>
     <testResources>
       <testResource>
         <filtering>false</filtering>
@@ -100,6 +100,6 @@
         </excludes>
       </testResource>
     </testResources>
-  </build>
-       
-</project>
+  </build>
+       
+</project>

Modified: trunk/WikiWord/pom.xml
===================================================================
--- trunk/WikiWord/pom.xml      2009-01-27 11:17:23 UTC (rev 46331)
+++ trunk/WikiWord/pom.xml      2009-01-27 12:05:44 UTC (rev 46332)
@@ -3,9 +3,9 @@
        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>de.brightbyte</groupId>
+       <groupId>de.wikimedia</groupId>
        <artifactId>WikiWordSuit</artifactId>
-       <version>0.2</version>
+       <version>0.3</version>
        <packaging>pom</packaging>
        
        <modules>



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to