Skip to content

Commit

Permalink
preparing 2.0.0-RC3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benilovj committed Mar 4, 2013
1 parent 186fdb9 commit 48128fa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dbfit-java/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<properties>
<fitnesse.version>20130216</fitnesse.version>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit db2 engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/derby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit derby engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit hsqldb engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit MySQL engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit oracle engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>dbfit</artifactId>
<packaging>pom</packaging>
<name>DBFit database testing library</name>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
<properties>
<junit.version>4.10</junit.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/postgre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit PostGreSQL engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit sqlserver engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dbfit-java/teradata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dbfit</artifactId>
<groupId>com.neuri.dbfit</groupId>
<version>2.0.0-RC2</version>
<version>2.0.0-RC3</version>
</parent>
<name>DBFit Teradata engine</name>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 48128fa

Please sign in to comment.