Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cos committed Jul 28, 2016
1 parent 9e3c517 commit d310c7a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions API/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2015-2016 K Team. All Rights Reserved. -->
<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">
<parent>
<artifactId>parent</artifactId>
<groupId>org.kframework.k</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion coq-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>coq-backend</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>java-backend</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion k-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>k-distribution</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>kernel</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>kore</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.kframework.k</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>K Framework Tool Parent</name>

<modules>
Expand All @@ -20,7 +20,7 @@

<scm>
<connection>scm:git:https://github.com/kframework/k.git</connection>
<tag>HEAD</tag>
<tag>v4.0.0</tag>
</scm>

<repositories>
Expand Down

0 comments on commit d310c7a

Please sign in to comment.