You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(7) |
Aug
(37) |
Sep
|
Oct
|
Nov
(1) |
Dec
(22) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(8) |
Feb
(68) |
Mar
(72) |
Apr
(149) |
May
(32) |
Jun
(46) |
Jul
(26) |
Aug
(59) |
Sep
(25) |
Oct
(18) |
Nov
(4) |
Dec
(3) |
| 2004 |
Jan
(90) |
Feb
(19) |
Mar
(38) |
Apr
(41) |
May
(44) |
Jun
(2) |
Jul
(10) |
Aug
|
Sep
(14) |
Oct
|
Nov
(1) |
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(15) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(17) |
Nov
|
Dec
|
| 2006 |
Jan
(1) |
Feb
(16) |
Mar
|
Apr
(1) |
May
(48) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(29) |
| 2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(23) |
Mar
(31) |
Apr
|
May
(26) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
(1) |
Nov
(8) |
Dec
(8) |
| 2009 |
Jan
(5) |
Feb
(9) |
Mar
(1) |
Apr
|
May
(23) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(9) |
Oct
(28) |
Nov
(18) |
Dec
(8) |
| 2010 |
Jan
(19) |
Feb
(24) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(1) |
| 2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
(6) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(32) |
Oct
(6) |
Nov
|
Dec
|
|
From: <jef...@us...> - 2012-10-20 20:59:44
|
Revision: 1263
http://dbunit.svn.sourceforge.net/dbunit/?rev=1263&view=rev
Author: jeffjensen
Date: 2012-10-20 20:59:38 +0000 (Sat, 20 Oct 2012)
Log Message:
-----------
[3578765] Change build/release to use Sonatype's OSSRH to enable sync to Central.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-10-20 17:46:50 UTC (rev 1262)
+++ trunk/dbunit/pom.xml 2012-10-20 20:59:38 UTC (rev 1263)
@@ -2,6 +2,12 @@
<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.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
<version>2.4.10-SNAPSHOT</version>
@@ -56,7 +62,6 @@
<!-- Framework versions -->
<logbackVersion>1.0.7</logbackVersion>
<slf4jVersion>1.7.2</slf4jVersion>
- <wagonSshVersion>2.2</wagonSshVersion>
</properties>
<prerequisites>
@@ -608,13 +613,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<includes>
@@ -720,13 +718,6 @@
</configuration>
</plugin>
</plugins>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>${wagonSshVersion}</version>
- </extension>
- </extensions>
</build>
<reporting>
@@ -844,16 +835,7 @@
</reporting>
<distributionManagement>
- <snapshotRepository>
- <id>sourceforge</id>
- <name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/snapshots</url>
- </snapshotRepository>
- <repository>
- <id>sourceforge</id>
- <name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/official</url>
- </repository>
+ <!-- distribution repos specified in parent -->
<site>
<id>sourceforge</id>
<url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs</url>
@@ -1163,32 +1145,6 @@
</dependency>
</dependencies>
</profile>
- <profile>
- <id>release-sign-artifacts</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>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-10-20 17:46:56
|
Revision: 1262
http://dbunit.svn.sourceforge.net/dbunit/?rev=1262&view=rev
Author: jeffjensen
Date: 2012-10-20 17:46:50 +0000 (Sat, 20 Oct 2012)
Log Message:
-----------
Upgrade Logback and SLF4J.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-10-20 16:46:12 UTC (rev 1261)
+++ trunk/dbunit/pom.xml 2012-10-20 17:46:50 UTC (rev 1262)
@@ -54,8 +54,8 @@
<sitePluginVersion>3.2</sitePluginVersion>
<!-- Framework versions -->
- <logbackVersion>0.9.15</logbackVersion>
- <slf4jVersion>1.5.6</slf4jVersion>
+ <logbackVersion>1.0.7</logbackVersion>
+ <slf4jVersion>1.7.2</slf4jVersion>
<wagonSshVersion>2.2</wagonSshVersion>
</properties>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-10-20 16:46:19
|
Revision: 1261
http://dbunit.svn.sourceforge.net/dbunit/?rev=1261&view=rev
Author: jeffjensen
Date: 2012-10-20 16:46:12 +0000 (Sat, 20 Oct 2012)
Log Message:
-----------
Add missing versions to reporting plugins.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-10-20 05:27:26 UTC (rev 1260)
+++ trunk/dbunit/pom.xml 2012-10-20 16:46:12 UTC (rev 1261)
@@ -911,22 +911,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>${jxrPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadocPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
+ <version>${coberturaPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
+ <version>${changesPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
+ <version>${changelogPluginVersion}</version>
</plugin>
</plugins>
</reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-10-20 05:27:33
|
Revision: 1260
http://dbunit.svn.sourceforge.net/dbunit/?rev=1260&view=rev
Author: jeffjensen
Date: 2012-10-20 05:27:26 +0000 (Sat, 20 Oct 2012)
Log Message:
-----------
Define all plugins in new <pluginManagement> section. Define version for each plugin. Upgrade plugin versions to latest.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-10-20 01:50:45 UTC (rev 1259)
+++ trunk/dbunit/pom.xml 2012-10-20 05:27:26 UTC (rev 1260)
@@ -29,7 +29,29 @@
<checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes>
<!-- Maven plugin versions -->
+ <assemblyPluginVersion>2.3</assemblyPluginVersion>
+ <changelogPluginVersion>2.2</changelogPluginVersion>
+ <changesPluginVersion>2.8</changesPluginVersion>
+ <cleanPluginVersion>2.5</cleanPluginVersion>
+ <coberturaPluginVersion>2.5.2</coberturaPluginVersion>
+ <checkstylePluginVersion>2.9.1</checkstylePluginVersion>
+ <compilerPluginVersion>2.5.1</compilerPluginVersion>
+ <deployPluginVersion>2.7</deployPluginVersion>
<enforcerPluginVersion>1.1.1</enforcerPluginVersion>
+ <failsafePluginVersion>2.12.4</failsafePluginVersion>
+ <gpgPluginVersion>1.4</gpgPluginVersion>
+ <installPluginVersion>2.4</installPluginVersion>
+ <jarPluginVersion>2.4</jarPluginVersion>
+ <javadocPluginVersion>2.9</javadocPluginVersion>
+ <jdependPluginVersion>2.0-beta-2</jdependPluginVersion>
+ <jxrPluginVersion>2.3</jxrPluginVersion>
+ <pmdPluginVersion>2.7.1</pmdPluginVersion>
+ <projectInfoReportsPluginVersion>2.5.1</projectInfoReportsPluginVersion>
+ <releasePluginVersion>2.3.2</releasePluginVersion>
+ <resourcesPluginVersion>2.6</resourcesPluginVersion>
+ <sqlPluginVersion>1.5</sqlPluginVersion>
+ <surefirePluginVersion>2.12.4</surefirePluginVersion>
+ <sitePluginVersion>3.2</sitePluginVersion>
<!-- Framework versions -->
<logbackVersion>0.9.15</logbackVersion>
@@ -37,6 +59,10 @@
<wagonSshVersion>2.2</wagonSshVersion>
</properties>
+ <prerequisites>
+ <maven>2.2.1</maven>
+ </prerequisites>
+
<scm>
<connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
<developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
@@ -352,10 +378,135 @@
<version>1.4</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ <version>2.6.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>${assemblyPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>${changelogPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>${changesPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${checkstylePluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>${cleanPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <version>${coberturaPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>${compilerPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>${deployPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>${enforcerPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>${failsafePluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>${gpgPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <version>${installPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${jarPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadocPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>jdepend-maven-plugin</artifactId>
+ <version>${jdependPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>${jxrPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>${pmdPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>${projectInfoReportsPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>${releasePluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>${resourcesPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sql-maven-plugin</artifactId>
+ <version>${sqlPluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>${sitePluginVersion}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${surefirePluginVersion}</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -400,9 +551,8 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- <version>2.4.3-alpha-1</version>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<systemProperties>
@@ -459,7 +609,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
<configuration>
<goals>javadoc:javadoc site changes:announcement-generate assembly:assembly javadoc:jar source:jar deploy</goals>
</configuration>
@@ -475,6 +624,7 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptors>
@@ -485,7 +635,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>sql-maven-plugin</artifactId>
- <version>1.3</version>
<configuration>
<driver>${dbunit.profile.driverClass}</driver>
<url>${dbunit.profile.url}</url>
@@ -554,7 +703,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>${enforcerPluginVersion}</version>
<executions>
<execution>
<id>enforce-versions</id>
@@ -586,10 +734,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
+ <version>${jxrPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
+ <version>${surefirePluginVersion}</version>
<reportSets>
<reportSet>
<id>tests</id>
@@ -620,6 +770,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>${projectInfoReportsPluginVersion}</version>
</plugin>
<!--
<plugin> <groupId>org.codehaus.mojo</groupId>
@@ -628,6 +779,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
+ <version>${checkstylePluginVersion}</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<argLine>-Xmx512m -Xms128m</argLine>
@@ -636,6 +788,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
+ <version>${pmdPluginVersion}</version>
<configuration>
<linkXref>true</linkXref>
<sourceEncoding>utf-8</sourceEncoding>
@@ -646,10 +799,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
+ <version>${jdependPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
+ <version>${javadocPluginVersion}</version>
<configuration>
<quiet>true</quiet>
<stylesheet>maven</stylesheet>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-10-20 01:50:51
|
Revision: 1259
http://dbunit.svn.sourceforge.net/dbunit/?rev=1259&view=rev
Author: jeffjensen
Date: 2012-10-20 01:50:45 +0000 (Sat, 20 Oct 2012)
Log Message:
-----------
Backout commit 1257 [3542576] Calls to JdbcDatabaseTester getConnection return new connect. It breaks all tests.
Modified Paths:
--------------
trunk/dbunit/src/changes/changes.xml
trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java
Modified: trunk/dbunit/src/changes/changes.xml
===================================================================
--- trunk/dbunit/src/changes/changes.xml 2012-10-01 01:09:01 UTC (rev 1258)
+++ trunk/dbunit/src/changes/changes.xml 2012-10-20 01:50:45 UTC (rev 1259)
@@ -12,8 +12,6 @@
<body>
<release version="next" date="in SCM" description="">
<action dev="jeffjensen" type="add" issue="3499513" due-to="MPriess">Add Postgres Geometry Type.</action>
- <action dev="jeffjensen" type="fix" issue="" due-to="">.</action>
- <action dev="jeffjensen" type="fix" issue="3542576" due-to="(unknown)">Calls to JdbcDatabaseTester getConnection return new connect.</action>
<action dev="jeffjensen" type="fix" issue="3545861" due-to="artbristol">CsvURLProducer swallows exception stack.</action>
<action dev="jeffjensen" type="fix" issue="3554287" due-to="statalex">Trim CSV file column names.</action>
</release>
Modified: trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java 2012-10-01 01:09:01 UTC (rev 1258)
+++ trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java 2012-10-20 01:50:45 UTC (rev 1259)
@@ -48,7 +48,6 @@
private String driverClass;
private String password;
private String username;
- private IDatabaseConnection dbconnection = null;
/**
* Creates a new JdbcDatabaseTester with the specified properties.<br>
@@ -108,17 +107,15 @@
public IDatabaseConnection getConnection() throws Exception
{
logger.debug("getConnection() - start");
- if(dbconnection == null){
- assertNotNullNorEmpty( "connectionUrl", connectionUrl );
- Connection conn = null;
- if( username == null && password == null ){
- conn = DriverManager.getConnection( connectionUrl );
- }else{
- conn = DriverManager.getConnection( connectionUrl, username, password );
- }
- dbconnection = new DatabaseConnection( conn, getSchema() );
+
+ assertNotNullNorEmpty( "connectionUrl", connectionUrl );
+ Connection conn = null;
+ if( username == null && password == null ){
+ conn = DriverManager.getConnection( connectionUrl );
+ }else{
+ conn = DriverManager.getConnection( connectionUrl, username, password );
}
- return dbconnection;
+ return new DatabaseConnection( conn, getSchema() );
}
public String toString()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-10-01 01:09:07
|
Revision: 1258
http://dbunit.svn.sourceforge.net/dbunit/?rev=1258&view=rev
Author: jeffjensen
Date: 2012-10-01 01:09:01 +0000 (Mon, 01 Oct 2012)
Log Message:
-----------
[3499513] Postgres Geometry Type
Modified Paths:
--------------
trunk/dbunit/src/changes/changes.xml
trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/PostgresqlDataTypeFactory.java
Added Paths:
-----------
trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/GeometryType.java
Modified: trunk/dbunit/src/changes/changes.xml
===================================================================
--- trunk/dbunit/src/changes/changes.xml 2012-09-30 23:45:58 UTC (rev 1257)
+++ trunk/dbunit/src/changes/changes.xml 2012-10-01 01:09:01 UTC (rev 1258)
@@ -11,6 +11,8 @@
<body>
<release version="next" date="in SCM" description="">
+ <action dev="jeffjensen" type="add" issue="3499513" due-to="MPriess">Add Postgres Geometry Type.</action>
+ <action dev="jeffjensen" type="fix" issue="" due-to="">.</action>
<action dev="jeffjensen" type="fix" issue="3542576" due-to="(unknown)">Calls to JdbcDatabaseTester getConnection return new connect.</action>
<action dev="jeffjensen" type="fix" issue="3545861" due-to="artbristol">CsvURLProducer swallows exception stack.</action>
<action dev="jeffjensen" type="fix" issue="3554287" due-to="statalex">Trim CSV file column names.</action>
Added: trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/GeometryType.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/GeometryType.java (rev 0)
+++ trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/GeometryType.java 2012-10-01 01:09:01 UTC (rev 1258)
@@ -0,0 +1,59 @@
+package org.dbunit.ext.postgresql;
+
+import java.lang.reflect.Constructor;
+import java.lang.reflect.InvocationTargetException;
+import java.sql.Connection;
+import java.sql.PreparedStatement;
+import java.sql.ResultSet;
+import java.sql.SQLException;
+import java.sql.Types;
+
+import org.dbunit.dataset.datatype.AbstractDataType;
+import org.dbunit.dataset.datatype.TypeCastException;
+
+public class GeometryType extends AbstractDataType {
+ public GeometryType() {
+ super("geometry", Types.OTHER, String.class, false);
+ }
+
+ public Object getSqlValue(int column, ResultSet resultSet)
+ throws SQLException, TypeCastException {
+ return resultSet.getString(column);
+ }
+
+ public void setSqlValue(Object geom, int column, PreparedStatement statement)
+ throws SQLException, TypeCastException {
+ statement.setObject(column,
+ getGeometry(geom, statement.getConnection()));
+ }
+
+ public Object typeCast(Object arg0) throws TypeCastException {
+ return arg0.toString();
+ }
+
+ private Object getGeometry(Object value, Connection connection)
+ throws TypeCastException {
+ Object tempgeom = null;
+
+ try {
+ Class aPGIntervalClass = super.loadClass("org.postgis.PGgeometry",
+ connection);
+ Constructor ct = aPGIntervalClass
+ .getConstructor(new Class[] { String.class });
+
+ tempgeom = ct.newInstance(new Object[] { value });
+ } catch (ClassNotFoundException e) {
+ throw new TypeCastException(value, this, e);
+ } catch (InvocationTargetException e) {
+ throw new TypeCastException(value, this, e);
+ } catch (NoSuchMethodException e) {
+ throw new TypeCastException(value, this, e);
+ } catch (IllegalAccessException e) {
+ throw new TypeCastException(value, this, e);
+ } catch (InstantiationException e) {
+ throw new TypeCastException(value, this, e);
+ }
+
+ return tempgeom;
+ }
+}
Property changes on: trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/GeometryType.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/PostgresqlDataTypeFactory.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/PostgresqlDataTypeFactory.java 2012-09-30 23:45:58 UTC (rev 1257)
+++ trunk/dbunit/src/main/java/org/dbunit/ext/postgresql/PostgresqlDataTypeFactory.java 2012-10-01 01:09:01 UTC (rev 1258)
@@ -58,6 +58,11 @@
return DATABASE_PRODUCTS;
}
+ public static Collection getDatabaseProducts()
+ {
+ return DATABASE_PRODUCTS;
+ }
+
public DataType createDataType(int sqlType, String sqlTypeName) throws DataTypeException {
logger.debug("createDataType(sqlType={}, sqlTypeName={})",
String.valueOf(sqlType), sqlTypeName);
@@ -71,6 +76,8 @@
return new IntervalType();
else if ("inet".equals(sqlTypeName))
return new InetType();
+ else if("geometry".equals(sqlTypeName))
+ return new GeometryType();
else
{
// Finally check whether the user defined a custom datatype
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 23:46:05
|
Revision: 1257
http://dbunit.svn.sourceforge.net/dbunit/?rev=1257&view=rev
Author: jeffjensen
Date: 2012-09-30 23:45:58 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[3542576] Calls to JdbcDatabaseTester getConnection return new connect
Modified Paths:
--------------
trunk/dbunit/src/changes/changes.xml
trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java
Modified: trunk/dbunit/src/changes/changes.xml
===================================================================
--- trunk/dbunit/src/changes/changes.xml 2012-09-30 23:22:55 UTC (rev 1256)
+++ trunk/dbunit/src/changes/changes.xml 2012-09-30 23:45:58 UTC (rev 1257)
@@ -11,6 +11,7 @@
<body>
<release version="next" date="in SCM" description="">
+ <action dev="jeffjensen" type="fix" issue="3542576" due-to="(unknown)">Calls to JdbcDatabaseTester getConnection return new connect.</action>
<action dev="jeffjensen" type="fix" issue="3545861" due-to="artbristol">CsvURLProducer swallows exception stack.</action>
<action dev="jeffjensen" type="fix" issue="3554287" due-to="statalex">Trim CSV file column names.</action>
</release>
Modified: trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java 2012-09-30 23:22:55 UTC (rev 1256)
+++ trunk/dbunit/src/main/java/org/dbunit/JdbcDatabaseTester.java 2012-09-30 23:45:58 UTC (rev 1257)
@@ -48,6 +48,7 @@
private String driverClass;
private String password;
private String username;
+ private IDatabaseConnection dbconnection = null;
/**
* Creates a new JdbcDatabaseTester with the specified properties.<br>
@@ -107,15 +108,17 @@
public IDatabaseConnection getConnection() throws Exception
{
logger.debug("getConnection() - start");
-
- assertNotNullNorEmpty( "connectionUrl", connectionUrl );
- Connection conn = null;
- if( username == null && password == null ){
- conn = DriverManager.getConnection( connectionUrl );
- }else{
- conn = DriverManager.getConnection( connectionUrl, username, password );
+ if(dbconnection == null){
+ assertNotNullNorEmpty( "connectionUrl", connectionUrl );
+ Connection conn = null;
+ if( username == null && password == null ){
+ conn = DriverManager.getConnection( connectionUrl );
+ }else{
+ conn = DriverManager.getConnection( connectionUrl, username, password );
+ }
+ dbconnection = new DatabaseConnection( conn, getSchema() );
}
- return new DatabaseConnection( conn, getSchema() );
+ return dbconnection;
}
public String toString()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 23:23:02
|
Revision: 1256
http://dbunit.svn.sourceforge.net/dbunit/?rev=1256&view=rev
Author: jeffjensen
Date: 2012-09-30 23:22:55 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[3545861] CsvURLProducer swallows exception stack.
Modified Paths:
--------------
trunk/dbunit/src/changes/changes.xml
trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvURLProducer.java
Modified: trunk/dbunit/src/changes/changes.xml
===================================================================
--- trunk/dbunit/src/changes/changes.xml 2012-09-30 23:20:04 UTC (rev 1255)
+++ trunk/dbunit/src/changes/changes.xml 2012-09-30 23:22:55 UTC (rev 1256)
@@ -11,6 +11,7 @@
<body>
<release version="next" date="in SCM" description="">
+ <action dev="jeffjensen" type="fix" issue="3545861" due-to="artbristol">CsvURLProducer swallows exception stack.</action>
<action dev="jeffjensen" type="fix" issue="3554287" due-to="statalex">Trim CSV file column names.</action>
</release>
<release version="2.4.9" date="Sep 30, 2012" description="Additional toString()s, schema name usage, logging, timestamp, unique ID, table name in Operation exceptions, build with JDK 6.">
Modified: trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvURLProducer.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvURLProducer.java 2012-09-30 23:20:04 UTC (rev 1255)
+++ trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvURLProducer.java 2012-09-30 23:22:55 UTC (rev 1256)
@@ -150,9 +150,9 @@
}
_consumer.endTable();
} catch (CsvParserException e) {
- throw new DataSetException("error parsing CSV for URL: '" + url + "'");
+ throw new DataSetException("error parsing CSV for URL: '" + url + "'", e);
} catch (IOException e) {
- throw new DataSetException("I/O error parsing CSV for URL: '" + url + "'");
+ throw new DataSetException("I/O error parsing CSV for URL: '" + url + "'", e);
}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 23:20:10
|
Revision: 1255
http://dbunit.svn.sourceforge.net/dbunit/?rev=1255&view=rev
Author: jeffjensen
Date: 2012-09-30 23:20:04 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[3554287] Update changes file.
Modified Paths:
--------------
trunk/dbunit/src/changes/changes.xml
Modified: trunk/dbunit/src/changes/changes.xml
===================================================================
--- trunk/dbunit/src/changes/changes.xml 2012-09-30 23:06:07 UTC (rev 1254)
+++ trunk/dbunit/src/changes/changes.xml 2012-09-30 23:20:04 UTC (rev 1255)
@@ -10,6 +10,9 @@
</properties>
<body>
+ <release version="next" date="in SCM" description="">
+ <action dev="jeffjensen" type="fix" issue="3554287" due-to="statalex">Trim CSV file column names.</action>
+ </release>
<release version="2.4.9" date="Sep 30, 2012" description="Additional toString()s, schema name usage, logging, timestamp, unique ID, table name in Operation exceptions, build with JDK 6.">
<action dev="jeffjensen" type="add" issue="3573007" due-to="jeffjensen">Change build to use current compiler on path vs 1.4. This is first dbUnit release done with JDK 6. If you encounter problems, please open a bug tracker item.</action>
<action dev="jeffjensen" type="add" due-to="jeffjensen">Add toString() methods to AbstractResultSetTable, ForwardOnlyResultSetTable, ScrollableResultSetTable, ColumnFilterTable.</action>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 23:06:13
|
Revision: 1254
http://dbunit.svn.sourceforge.net/dbunit/?rev=1254&view=rev
Author: jeffjensen
Date: 2012-09-30 23:06:07 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[3554287] Trim() the column name.
Modified Paths:
--------------
trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvProducer.java
Modified: trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvProducer.java
===================================================================
--- trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvProducer.java 2012-09-30 15:59:48 UTC (rev 1253)
+++ trunk/dbunit/src/main/java/org/dbunit/dataset/csv/CsvProducer.java 2012-09-30 23:06:07 UTC (rev 1254)
@@ -114,7 +114,9 @@
Column[] columns = new Column[readColumns.size()];
for (int i = 0; i < readColumns.size(); i++) {
- columns[i] = new Column((String) readColumns.get(i), DataType.UNKNOWN);
+ String columnName = (String) readColumns.get(i);
+ columnName = columnName.trim();
+ columns[i] = new Column(columnName, DataType.UNKNOWN);
}
String tableName = theDataFile.getName().substring(0, theDataFile.getName().indexOf(".csv"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:59:54
|
Revision: 1253
http://dbunit.svn.sourceforge.net/dbunit/?rev=1253&view=rev
Author: jeffjensen
Date: 2012-09-30 15:59:48 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:59:44 UTC (rev 1252)
+++ trunk/dbunit/pom.xml 2012-09-30 15:59:48 UTC (rev 1253)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -38,9 +38,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:59:50
|
Revision: 1252
http://dbunit.svn.sourceforge.net/dbunit/?rev=1252&view=rev
Author: jeffjensen
Date: 2012-09-30 15:59:44 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-scm] copy for tag dbunit-2.4.9
Added Paths:
-----------
tags/dbunit-2.4.9/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:59:43
|
Revision: 1251
http://dbunit.svn.sourceforge.net/dbunit/?rev=1251&view=rev
Author: jeffjensen
Date: 2012-09-30 15:59:37 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:56:12 UTC (rev 1250)
+++ trunk/dbunit/pom.xml 2012-09-30 15:59:37 UTC (rev 1251)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -38,9 +38,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:56:19
|
Revision: 1250
http://dbunit.svn.sourceforge.net/dbunit/?rev=1250&view=rev
Author: jeffjensen
Date: 2012-09-30 15:56:12 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Add wagon-ssh extension to enable Maven 3 deployment using SCP (current dbUnit repo is at SourceForge).
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:47:26 UTC (rev 1249)
+++ trunk/dbunit/pom.xml 2012-09-30 15:56:12 UTC (rev 1250)
@@ -34,6 +34,7 @@
<!-- Framework versions -->
<logbackVersion>0.9.15</logbackVersion>
<slf4jVersion>1.5.6</slf4jVersion>
+ <wagonSshVersion>2.2</wagonSshVersion>
</properties>
<scm>
@@ -571,6 +572,13 @@
</configuration>
</plugin>
</plugins>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ssh</artifactId>
+ <version>${wagonSshVersion}</version>
+ </extension>
+ </extensions>
</build>
<reporting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:47:32
|
Revision: 1249
http://dbunit.svn.sourceforge.net/dbunit/?rev=1249&view=rev
Author: jeffjensen
Date: 2012-09-30 15:47:26 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
rollback the release of dbunit-2.4.9
Removed Paths:
-------------
tags/dbunit-2.4.9/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:47:24
|
Revision: 1248
http://dbunit.svn.sourceforge.net/dbunit/?rev=1248&view=rev
Author: jeffjensen
Date: 2012-09-30 15:47:19 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:32:11 UTC (rev 1247)
+++ trunk/dbunit/pom.xml 2012-09-30 15:47:19 UTC (rev 1248)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.10-SNAPSHOT</version>
+ <version>2.4.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:32:17
|
Revision: 1247
http://dbunit.svn.sourceforge.net/dbunit/?rev=1247&view=rev
Author: jeffjensen
Date: 2012-09-30 15:32:11 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:32:00 UTC (rev 1246)
+++ trunk/dbunit/pom.xml 2012-09-30 15:32:11 UTC (rev 1247)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:32:06
|
Revision: 1246
http://dbunit.svn.sourceforge.net/dbunit/?rev=1246&view=rev
Author: jeffjensen
Date: 2012-09-30 15:32:00 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-scm] copy for tag dbunit-2.4.9
Added Paths:
-----------
tags/dbunit-2.4.9/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:31:56
|
Revision: 1245
http://dbunit.svn.sourceforge.net/dbunit/?rev=1245&view=rev
Author: jeffjensen
Date: 2012-09-30 15:31:50 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:25:36 UTC (rev 1244)
+++ trunk/dbunit/pom.xml 2012-09-30 15:31:50 UTC (rev 1245)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:25:42
|
Revision: 1244
http://dbunit.svn.sourceforge.net/dbunit/?rev=1244&view=rev
Author: jeffjensen
Date: 2012-09-30 15:25:36 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
Update distribution management URLs as SourceForge changed its organization.
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 15:19:27 UTC (rev 1243)
+++ trunk/dbunit/pom.xml 2012-09-30 15:25:36 UTC (rev 1244)
@@ -684,16 +684,16 @@
<snapshotRepository>
<id>sourceforge</id>
<name>SourceForge Snapshots Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/snapshots</url>
</snapshotRepository>
<repository>
<id>sourceforge</id>
<name>SourceForge Releases Repo</name>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs/repo/official</url>
</repository>
<site>
<id>sourceforge</id>
- <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url>
+ <url>scp://shell.sourceforge.net/home/project-web/dbunit/htdocs</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:19:33
|
Revision: 1243
http://dbunit.svn.sourceforge.net/dbunit/?rev=1243&view=rev
Author: jeffjensen
Date: 2012-09-30 15:19:27 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
rollback the release of dbunit-2.4.9
Removed Paths:
-------------
tags/dbunit-2.4.9/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 15:18:59
|
Revision: 1242
http://dbunit.svn.sourceforge.net/dbunit/?rev=1242&view=rev
Author: jeffjensen
Date: 2012-09-30 15:18:53 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] rollback the release of dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 14:16:36 UTC (rev 1241)
+++ trunk/dbunit/pom.xml 2012-09-30 15:18:53 UTC (rev 1242)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.10-SNAPSHOT</version>
+ <version>2.4.9-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 14:16:42
|
Revision: 1241
http://dbunit.svn.sourceforge.net/dbunit/?rev=1241&view=rev
Author: jeffjensen
Date: 2012-09-30 14:16:36 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 14:16:32 UTC (rev 1240)
+++ trunk/dbunit/pom.xml 2012-09-30 14:16:36 UTC (rev 1241)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9</version>
+ <version>2.4.10-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 14:16:38
|
Revision: 1240
http://dbunit.svn.sourceforge.net/dbunit/?rev=1240&view=rev
Author: jeffjensen
Date: 2012-09-30 14:16:32 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-scm] copy for tag dbunit-2.4.9
Added Paths:
-----------
tags/dbunit-2.4.9/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jef...@us...> - 2012-09-30 14:16:31
|
Revision: 1239
http://dbunit.svn.sourceforge.net/dbunit/?rev=1239&view=rev
Author: jeffjensen
Date: 2012-09-30 14:16:25 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
[maven-release-plugin] prepare release dbunit-2.4.9
Modified Paths:
--------------
trunk/dbunit/pom.xml
Modified: trunk/dbunit/pom.xml
===================================================================
--- trunk/dbunit/pom.xml 2012-09-30 13:52:50 UTC (rev 1238)
+++ trunk/dbunit/pom.xml 2012-09-30 14:16:25 UTC (rev 1239)
@@ -4,7 +4,7 @@
<groupId>org.dbunit</groupId>
<artifactId>dbunit</artifactId>
- <version>2.4.9-SNAPSHOT</version>
+ <version>2.4.9</version>
<packaging>jar</packaging>
<name>dbUnit Extension</name>
<url>http://dbunit.sourceforge.net</url>
@@ -37,9 +37,9 @@
</properties>
<scm>
- <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</connection>
- <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</developerConnection>
- <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk/dbunit</url>
+ <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</connection>
+ <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</developerConnection>
+ <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.9</url>
</scm>
<issueManagement>
<system>SourceForge</system>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|