Skip to content

Commit 6b0071b

Browse files
jonasglassydnath
authored andcommitted
NETCONF RFC6241 and RFC6242 conformance fixes (#22)
* - NETCONF RFC6241 and RFC6242 conformance fixes . xml version conformance . hello message conformance . rpc message conformance . framing protocol conformance - Extracting reused strings to constants - updated gitignore * - used single imports - fixed broken idents caused by auto-formatting * increased version to 2.0.1
1 parent fe46b47 commit 6b0071b

File tree

5 files changed

+353
-290
lines changed

5 files changed

+353
-290
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ target
99
.settings
1010
.project
1111
.classpath
12+
13+
# IntelliJ #
14+
*.iml
15+
.idea/
16+
.gradle/
17+
gradle/
18+
libraries/
19+
gradlew
20+
gradlew.bat

pom.xml

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

88
<groupId>net.juniper.netconf</groupId>
99
<artifactId>netconf-java</artifactId>
10-
<version>2.0.0</version>
10+
<version>2.0.1</version>
1111
<packaging>jar</packaging>
1212

1313
<properties>

0 commit comments

Comments
 (0)