Skip to content

Commit

Permalink
Merge pull request #486 from rovarga/pre-sr4-mri
Browse files Browse the repository at this point in the history
Bump post-SR3 MRI versions
  • Loading branch information
rovarga authored Jul 2, 2020
2 parents 5f45b67 + 6b1fa88 commit 972ff0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lighty-core/dependency-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>5.0.7</version>
<version>5.0.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>mdsal-artifacts</artifactId>
<version>4.0.14</version>
<version>4.0.15</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -83,7 +83,7 @@
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yangtools-artifacts</artifactId>
<version>3.0.11</version>
<version>3.0.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions lighty-core/lighty-binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<plugin>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-maven-plugin</artifactId>
<version>3.0.11</version>
<version>3.0.12</version>
<dependencies>
<dependency>
<groupId>org.opendaylight.mdsal</groupId>
<artifactId>maven-sal-api-gen-plugin</artifactId>
<version>2.0.14</version>
<version>2.0.15</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 972ff0f

Please sign in to comment.