Skip to content

Commit

Permalink
CLC v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapov committed Jan 11, 2018
1 parent 01165e3 commit 56bc38d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EclipsePlugin/DDDLanguage/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
lib/dsl-clc-1.9.0.jar
lib/dsl-clc-1.9.2.jar
Binary file removed EclipsePlugin/DDDLanguage/lib/dsl-clc-1.9.0.jar
Binary file not shown.
Binary file added EclipsePlugin/DDDLanguage/lib/dsl-clc-1.9.2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion IdeaPlugin/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.dslplatform.ideaplugin</id>
<name>DSL Platform</name>
<version>0.9.6</version>
<version>0.9.7</version>
<vendor email="[email protected]" url="https://dsl-platform.com">DSL Platform</vendor>

<description><![CDATA[
Expand Down
Binary file removed IdeaPlugin/lib/dsl-clc-1.9.0.jar
Binary file not shown.
Binary file added IdeaPlugin/lib/dsl-clc-1.9.2.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions MavenPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.dslplatform</groupId>
<artifactId>dsl-platform-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.2.0</version>
<version>1.2.1</version>
<name>DSL Platform - Maven plugin</name>
<url>https://github.com/ngs-doo/dsl-compiler-client</url>
<description>A Maven plugin for interaction with DSL Platform command line client API (https://dsl-platform.com)</description>
Expand Down Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.dslplatform</groupId>
<artifactId>dsl-clc</artifactId>
<version>1.9.0</version>
<version>1.9.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 56bc38d

Please sign in to comment.