Skip to content

Commit

Permalink
Setting version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Oct 7, 2022
1 parent 5ce464a commit 1eabb53
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 6 deletions.
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.7.0-SNAPSHOT</version>
<version>2.7.0</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
Expand Up @@ -2,7 +2,7 @@
* 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
* <p>
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.api.v1;
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.manager.SIARDPanel.navigation;

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.models.authorization;

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.authorization;

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.structure;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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
* <p>
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.client.services;
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
Expand Up @@ -2,7 +2,7 @@
* 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
* <p>
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.server;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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
* <p>
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.server.controller;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* 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
* <p>
*
* https://github.com/keeps/dbptk-ui
*/
package com.databasepreservation.common.utils;
Expand Down

0 comments on commit 1eabb53

Please sign in to comment.