Skip to content

Commit

Permalink
Setting version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Dec 12, 2023
1 parent dd9ca5f commit 34e4b74
Show file tree
Hide file tree
Showing 3 changed files with 15 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.8.0-SNAPSHOT</version>
<version>2.8.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
@@ -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.server.index.utils;

import com.databasepreservation.common.client.index.IndexResult;
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.server.index.utils;

import com.databasepreservation.common.client.index.IsIndexed;
Expand Down

0 comments on commit 34e4b74

Please sign in to comment.