Skip to content

Commit

Permalink
[artifactory-release] Release version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
europeana-jenkins committed Dec 14, 2021
1 parent 65ef767 commit b06969c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions apikeyclient/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>eu.europeana</groupId>
<artifactId>apikey-utils</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -40,4 +39,4 @@
</dependency>
</dependencies>

</project>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>eu.europeana</groupId>
<artifactId>apikey-utils</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
<packaging>pom</packaging>

<name>Apikey utils</name>
Expand Down Expand Up @@ -59,4 +58,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit b06969c

Please sign in to comment.