Skip to content

Commit

Permalink
Releaso of version 1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszm committed Oct 25, 2018
1 parent 5f3ab7f commit d95702e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/build-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/maven-plugin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>examples</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.mrv.yangtools</groupId>
<artifactId>yangtools</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
<modules>
<module>swagger-generator</module>
<module>common</module>
Expand Down
2 changes: 1 addition & 1 deletion swagger-codegen-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion swagger-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit d95702e

Please sign in to comment.