Skip to content

Commit

Permalink
[2.10.0] Bump version. Update header copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Feb 14, 2022
1 parent 42e9c08 commit d6d50eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ An **asset** is an object of one of the main domain types managed by the system
## Required Technologies

- JDK 8 or newer
- Apache Maven 3.x
- Apache Maven 3.6.x or newer


## System Architecture
Expand All @@ -27,7 +27,7 @@ Both projects are built separately and can run separately.
This section briefly lists the main technologies and principles used (or planned to be used) in the application.

- Spring Boot 2, Spring Framework 5, Spring Security, Spring Data (paging, filtering)
- Jackson 2.12
- Jackson 2.13
- [JB4JSON-LD](https://github.com/kbss-cvut/jb4jsonld-jackson)*
- [JOPA](https://github.com/kbss-cvut/jopa)
- JUnit 5* (RT used 4), Mockito 3* (RT used 1), Hamcrest 2* (RT used 1)
Expand Down Expand Up @@ -55,7 +55,7 @@ Use it to verify input data. See `User` and its validation in `BaseRepositorySer
### Storage

TermIt is preconfigured to run against a local GraphDB repository at `http://locahost:7200/repositories/termit`.
This can be changed by updating `config.properties`.
This can be changed by updating `application.yml`.


### User vs UserAccount
Expand Down
4 changes: 2 additions & 2 deletions header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TermIt
Copyright (C) 2019 Czech Technical University in Prague
Copyright (C) 2022 Czech Technical University in Prague

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -12,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>termit</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
<name>TermIt</name>
<description>Terminology manager based on Semantic Web technologies.</description>
<packaging>${packaging}</packaging>
Expand Down

0 comments on commit d6d50eb

Please sign in to comment.