Skip to content

Commit bfcbce7

Browse files
committed
Prepare release 1.2.1
1 parent fbea638 commit bfcbce7

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dmn-check</artifactId>
77
<groupId>de.redsix</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
group 'de.redsix'
1010
description 'Gradle Plugin for the DMN analysis tool dmn-check'
11-
version '1.2.1-SNAPSHOT'
11+
version '1.2.1'
1212

1313
sourceCompatibility = 1.11
1414
targetCompatibility = 1.11

maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dmn-check</artifactId>
77
<groupId>de.redsix</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

plugin-base/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dmn-check</artifactId>
77
<groupId>de.redsix</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,13 +14,13 @@
1414
<dependency>
1515
<groupId>de.redsix</groupId>
1616
<artifactId>dmn-check-core</artifactId>
17-
<version>1.2.1-SNAPSHOT</version>
17+
<version>1.2.1</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>
2121
<groupId>de.redsix</groupId>
2222
<artifactId>dmn-check-validators</artifactId>
23-
<version>1.2.1-SNAPSHOT</version>
23+
<version>1.2.1</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>de.redsix</groupId>
88
<artifactId>dmn-check</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111

1212
<modules>
1313
<module>core</module>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dmn-check</artifactId>
77
<groupId>de.redsix</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

validators/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>dmn-check</artifactId>
77
<groupId>de.redsix</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)