Skip to content

Commit

Permalink
Merge pull request #11 from clarin-eric/dev
Browse files Browse the repository at this point in the history
release 1.0.2
  • Loading branch information
wowasa authored Apr 25, 2024
2 parents 6167a37 + 7f7acf5 commit 8a10464
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# version 1.0.2
- upgrading to Spring Boot 3.2.5 and jpa 1.0.2

# version 1.0.1
- upgrading to Spring Boot 3.2.2 and jpa 1.0.1

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>eu.clarin.cmdi</groupId>
<artifactId>linkchecker-web</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>linkchecker-web</name>
<description>web-api for user interaction with link checker database</description>
<properties>
<java.version>17</java.version>
<linkchecker-persistence.version>1.0.1</linkchecker-persistence.version>
<linkchecker-persistence.version>1.0.2</linkchecker-persistence.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 8a10464

Please sign in to comment.