Skip to content

Commit

Permalink
Bump odlparent to 13.1.3
Browse files Browse the repository at this point in the history
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1205
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1206
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1300
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1301
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1302
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1303
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1304
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1305
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1306
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1307
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1308
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1309
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-13010
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-13011
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1310
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1311
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1312
https://github.com/opendaylight/odlparent/blob/13.1.x/docs/NEWS.rst#version-1313

Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jun 30, 2024
1 parent fa984f7 commit 50c2c59
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>12.0.4</version>
<version>13.1.3</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent</artifactId>
<version>12.0.4</version>
<version>13.1.3</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>12.0.4</version>
<version>13.1.3</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pt-triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>single-feature-parent</artifactId>
<version>12.0.4</version>
<version>13.1.3</version>
<relativePath />
</parent>

Expand Down
11 changes: 10 additions & 1 deletion triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bnd-parent</artifactId>
<version>12.0.4</version>
<version>13.1.3</version>
<relativePath />
</parent>

Expand All @@ -37,6 +37,15 @@
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.annotation</artifactId>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 50c2c59

Please sign in to comment.