Skip to content

Commit fc6c794

Browse files
committed
release 1.2
1 parent ea19702 commit fc6c794

File tree

11 files changed

+8
-302
lines changed

11 files changed

+8
-302
lines changed

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>yangtools</artifactId>
77
<groupId>com.mrv.yangtools</groupId>
8-
<version>1.1.15-SNAPSHOT</version>
8+
<version>1.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>yangtools</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>1.1.15-SNAPSHOT</version>
19+
<version>1.2</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222

examples/build-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>examples</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>1.1.15-SNAPSHOT</version>
19+
<version>1.2</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222

examples/maven-plugin-example/pom.xml

Lines changed: 0 additions & 164 deletions
This file was deleted.

examples/maven-plugin-example/src/main/yang/example.yang

Lines changed: 0 additions & 93 deletions
This file was deleted.

examples/maven-plugin-example/src/main/yang/second.yang

Lines changed: 0 additions & 36 deletions
This file was deleted.

examples/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
<parent>
1717
<artifactId>yangtools</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>1.1.15-SNAPSHOT</version>
19+
<version>1.2</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222
<packaging>pom</packaging>
2323
<modules>
24-
<module>maven-plugin-example</module>
2524
<module>build-standalone</module>
2625
</modules>
2726

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>com.mrv.yangtools</groupId>
1919
<artifactId>yangtools</artifactId>
20-
<version>1.1.15-SNAPSHOT</version>
20+
<version>1.2</version>
2121
<modules>
2222
<module>swagger-generator</module>
2323
<module>common</module>

swagger-codegen-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>yangtools</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>1.1.15-SNAPSHOT</version>
19+
<version>1.2</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222

swagger-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>yangtools</artifactId>
1818
<groupId>com.mrv.yangtools</groupId>
19-
<version>1.1.15-SNAPSHOT</version>
19+
<version>1.2</version>
2020
</parent>
2121
<modelVersion>4.0.0</modelVersion>
2222

0 commit comments

Comments
 (0)