Skip to content

Commit

Permalink
Setting version 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jun 8, 2021
1 parent 9607b79 commit ccefa5a
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.databasepreservation.visualization</groupId>
<artifactId>dbvtk</artifactId>
<packaging>war</packaging>
<version>2.5.6-BETA1</version>
<version>2.5.6</version>
<name>Database Visualization Toolkit</name>

<description>A viewer and explorer for preserved databases</description>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.common.utils;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.common.visualization.browse.configuration.columns.helpers;

import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.common.visualization.browse.configuration.columns.helpers;

import java.math.BigDecimal;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.models.status.collection;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.models.status.formatters;

import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.models.status.formatters;

import com.fasterxml.jackson.annotation.JsonTypeName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.models.status.formatters;

import com.fasterxml.jackson.annotation.JsonPropertyOrder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.models.structure;

import com.google.gwt.aria.client.SearchRole;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.tools;

import com.databasepreservation.common.client.ViewerConstants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.tools;

import java.math.BigDecimal;
Expand Down

0 comments on commit ccefa5a

Please sign in to comment.