Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszm committed Sep 13, 2022
1 parent ea19702 commit fc6c794
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 302 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.15-SNAPSHOT</version>
<version>1.2</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.15-SNAPSHOT</version>
<version>1.2</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.15-SNAPSHOT</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
164 changes: 0 additions & 164 deletions examples/maven-plugin-example/pom.xml

This file was deleted.

93 changes: 0 additions & 93 deletions examples/maven-plugin-example/src/main/yang/example.yang

This file was deleted.

36 changes: 0 additions & 36 deletions examples/maven-plugin-example/src/main/yang/second.yang

This file was deleted.

3 changes: 1 addition & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
<parent>
<artifactId>yangtools</artifactId>
<groupId>com.mrv.yangtools</groupId>
<version>1.1.15-SNAPSHOT</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
<module>maven-plugin-example</module>
<module>build-standalone</module>
</modules>

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.15-SNAPSHOT</version>
<version>1.2</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.15-SNAPSHOT</version>
<version>1.2</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.15-SNAPSHOT</version>
<version>1.2</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.15-SNAPSHOT</version>
<version>1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit fc6c794

Please sign in to comment.