Skip to content

Commit

Permalink
Prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Oct 1, 2021
1 parent fbea638 commit bfcbce7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dmn-check</artifactId>
<groupId>de.redsix</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {

group 'de.redsix'
description 'Gradle Plugin for the DMN analysis tool dmn-check'
version '1.2.1-SNAPSHOT'
version '1.2.1'

sourceCompatibility = 1.11
targetCompatibility = 1.11
Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dmn-check</artifactId>
<groupId>de.redsix</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions plugin-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dmn-check</artifactId>
<groupId>de.redsix</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,13 +14,13 @@
<dependency>
<groupId>de.redsix</groupId>
<artifactId>dmn-check-core</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.redsix</groupId>
<artifactId>dmn-check-validators</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.redsix</groupId>
<artifactId>dmn-check</artifactId>
<packaging>pom</packaging>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>

<modules>
<module>core</module>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dmn-check</artifactId>
<groupId>de.redsix</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion validators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dmn-check</artifactId>
<groupId>de.redsix</groupId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit bfcbce7

Please sign in to comment.