Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed Aug 19, 2018
1 parent d9435ca commit 1b80851
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion limes-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.aksw.limes</groupId>
<artifactId>limes-full</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<build>
Expand Down
7 changes: 3 additions & 4 deletions limes-debian-cli/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>org.aksw.limes</groupId>
<artifactId>limes-full</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>limes-debian-cli</artifactId>
Expand Down Expand Up @@ -154,7 +153,7 @@
<dependency>
<groupId>org.aksw.limes</groupId>
<artifactId>limes-core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
</dependencies>
</project>
Expand Down
4 changes: 2 additions & 2 deletions limes-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.aksw.limes</groupId>
<artifactId>limes-full</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<build>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.aksw.limes</groupId>
<artifactId>limes-core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>

<properties>
Expand All @@ -10,7 +9,7 @@

<groupId>org.aksw.limes</groupId>
<artifactId>limes-full</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5.0</version>
<name>LIMES</name>
<description>LIMES – Link Discovery Framework for Metric Spaces.</description>
<url>http://aksw.org/Projects/LIMES</url>
Expand All @@ -25,7 +24,7 @@
<scm>
<url>https://github.com/dice-group/LIMES</url>
<connection>scm:git:https://github.com/dice-group/LIMES.git</connection>
<tag>HEAD</tag>
<tag>1.5.0</tag>
</scm>


Expand Down

0 comments on commit 1b80851

Please sign in to comment.