Skip to content

Commit 13a2bc4

Browse files
committed
[maven-release-plugin] prepare release v3.5
1 parent f5c80e7 commit 13a2bc4

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

java-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kframework.k</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1010
</parent>
1111
<artifactId>java-backend</artifactId>
1212
<packaging>jar</packaging>

k-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kframework.k</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1010
</parent>
1111
<artifactId>k-distribution</artifactId>
1212
<packaging>jar</packaging>

kernel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kframework.k</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1010
</parent>
1111
<artifactId>kernel</artifactId>
1212
<packaging>jar</packaging>

kore/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<!-- Copyright (c) 2014 K Team. All Rights Reserved. -->
3-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<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">
54

65
<modelVersion>4.0.0</modelVersion>
76
<parent>
87
<groupId>org.kframework.k</groupId>
98
<artifactId>parent</artifactId>
10-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1110
<relativePath>../pom.xml</relativePath>
1211
</parent>
1312
<artifactId>kore</artifactId>

maude-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kframework.k</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1010
</parent>
1111
<artifactId>maude-backend</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.kframework.k</groupId>
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>3.5-SNAPSHOT</version>
8+
<version>3.5</version>
99
<name>K Framework Tool Parent</name>
1010

1111
<modules>
@@ -19,6 +19,7 @@
1919

2020
<scm>
2121
<connection>scm:git:https://github.com/kframework/k.git</connection>
22+
<tag>v3.5</tag>
2223
</scm>
2324

2425
<repositories>
@@ -246,8 +247,8 @@
246247
<native.classifier>linux64</native.classifier>
247248
<native.os.classifier>linux</native.os.classifier>
248249
<native.exe.type>uexe</native.exe.type>
249-
<native.exe.extension></native.exe.extension>
250-
<native.script.extension></native.script.extension>
250+
<native.exe.extension />
251+
<native.script.extension />
251252
</properties>
252253
</profile>
253254
<profile>
@@ -264,8 +265,8 @@
264265
<native.classifier>linux32</native.classifier>
265266
<native.os.classifier>linux</native.os.classifier>
266267
<native.exe.type>uexe</native.exe.type>
267-
<native.exe.extension></native.exe.extension>
268-
<native.script.extension></native.script.extension>
268+
<native.exe.extension />
269+
<native.script.extension />
269270
</properties>
270271
</profile>
271272
<profile>
@@ -280,8 +281,8 @@
280281
<native.classifier>osx</native.classifier>
281282
<native.os.classifier>osx</native.os.classifier>
282283
<native.exe.type>uexe</native.exe.type>
283-
<native.exe.extension></native.exe.extension>
284-
<native.script.extension></native.script.extension>
284+
<native.exe.extension />
285+
<native.script.extension />
285286
</properties>
286287
</profile>
287288
<profile>

sdf-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.kframework.k</groupId>
88
<artifactId>parent</artifactId>
9-
<version>3.5-SNAPSHOT</version>
9+
<version>3.5</version>
1010
</parent>
1111
<artifactId>sdf-parser</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)