diff options
Diffstat (limited to 'release-notes/pom.xml')
-rw-r--r-- | release-notes/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release-notes/pom.xml b/release-notes/pom.xml index 2e611f465..28c8d3f1a 100644 --- a/release-notes/pom.xml +++ b/release-notes/pom.xml @@ -19,13 +19,13 @@ <parent> <groupId>io.fd.honeycomb.common</groupId> <artifactId>honeycomb-parent</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <relativePath>../common/honeycomb-parent</relativePath> </parent> <groupId>io.fd.honeycomb.nat</groupId> <artifactId>release-notes-aggregator</artifactId> - <version>1.17.01-SNAPSHOT</version> + <version>1.17.04-SNAPSHOT</version> <name>${project.artifactId}</name> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -76,8 +76,8 @@ <!-- Attributes below are inlined into resulting documentation, making it much easier when bumping versions --> <project-version>${project.version}</project-version> - <project-public-version>17.01</project-public-version> - <project-version-in-jira>10404</project-version-in-jira> + <project-public-version>17.04</project-public-version> + <project-version-in-jira>10600</project-version-in-jira> <project-branch>master</project-branch> <project-git-web>https://git.fd.io/cgit/honeycomb/tree</project-git-web> </attributes> |