New Upstream Release - golang-github-creekorful-mvnparser

Ready changes

Summary

Merged new upstream version: 1.5.0 (was: 1.4.0).

Resulting package

Built on 2022-12-14T06:25 (took 2m3s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-creekorful-mvnparser-dev

Lintian Result

Diff

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8be6304..f426f7f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Continuous Integration
 on:
   push:
     branches:
-      - master
+      - main
   pull_request:
     branches:
       - '**'
@@ -12,7 +12,7 @@ jobs:
   test:
     strategy:
       matrix:
-        go-version: [ 1.14.x, 1.15.x ]
+        go-version: [ 1.18.x, 1.19.x ]
         platform: [ ubuntu-latest ]
     name: ${{ matrix.platform }} @ Go ${{ matrix.go-version }}
     runs-on: ${{ matrix.platform }}
@@ -38,4 +38,4 @@ jobs:
       - name: Update go report card
         if: success() && matrix.platform == 'ubuntu-latest'
         continue-on-error: true
-        uses: creekorful/goreportcard-action@v1.0
\ No newline at end of file
+        uses: creekorful/goreportcard-action@v1.0
diff --git a/README.md b/README.md
index 0c740af..7f16a2a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # mvnparser
 
-[![Build Status](https://travis-ci.org/creekorful/mvnparser.svg?branch=master)](https://travis-ci.org/creekorful/mvnparser)
+[![Continuous Integration](https://github.com/creekorful/mvnparser/actions/workflows/ci.yml/badge.svg)](https://github.com/creekorful/mvnparser/actions/workflows/ci.yml)
 [![Go Report Card](https://goreportcard.com/badge/github.com/creekorful/mvnparser)](https://goreportcard.com/report/github.com/creekorful/mvnparser)
 [![Maintainability](https://api.codeclimate.com/v1/badges/ac9fd99e18e6ef2661e3/maintainability)](https://codeclimate.com/github/creekorful/mvnparser/maintainability)
 
@@ -84,4 +84,4 @@ func main() {
     }
 }
 
-```
\ No newline at end of file
+```
diff --git a/debian/changelog b/debian/changelog
index e3585ea..a9a690c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-creekorful-mvnparser (1.5.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 14 Dec 2022 06:23:27 -0000
+
 golang-github-creekorful-mvnparser (1.4.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/parser.go b/parser.go
index d824f01..8d4903b 100644
--- a/parser.go
+++ b/parser.go
@@ -49,9 +49,10 @@ type MavenProject struct {
 
 // Represent the parent of the project
 type Parent struct {
-	GroupId    string `xml:"groupId"`
-	ArtifactId string `xml:"artifactId"`
-	Version    string `xml:"version"`
+	GroupId      string `xml:"groupId"`
+	ArtifactId   string `xml:"artifactId"`
+	Version      string `xml:"version"`
+	RelativePath string `xml:"relativePath"`
 }
 
 // Represent a dependency of the project

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details