repository-deposit-zenodo/pom.xml

34 lines
996 B
XML
Raw Normal View History

2022-12-13 08:22:00 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
2023-10-26 17:00:09 +02:00
<version>3.1.0</version>
2022-12-13 08:22:00 +01:00
<relativePath/>
</parent>
<groupId>gr.cite.opendmp</groupId>
2023-10-18 17:18:32 +02:00
<artifactId>repository-deposit-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
2022-12-13 08:22:00 +01:00
2023-10-18 17:18:32 +02:00
<properties>
<revision>1.0.0-SNAPSHOT</revision>
</properties>
2022-12-13 08:22:00 +01:00
2023-10-18 17:18:32 +02:00
<modules>
<module>core</module>
<module>web</module>
</modules>
2024-03-22 11:49:11 +01:00
<dependencies>
<dependency>
<groupId>gr.cite.opendmp</groupId>
<artifactId>repositorydepositbase</artifactId>
<version>2.0.3</version>
</dependency>
2022-12-13 08:22:00 +01:00
2024-03-22 11:49:11 +01:00
</dependencies>
2022-12-13 08:22:00 +01:00
</project>