Skip to content

Commit

Permalink
Releaso of version 1.1.12
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Michalik <[email protected]>
  • Loading branch information
bartoszm committed Apr 23, 2019
1 parent e416400 commit 641eb54
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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</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.12-SNAPSHOT</version>
<version>1.1.12</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 641eb54

Please sign in to comment.