This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-930 in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git
commit 5e37cfb2f0fa79e77a9cd627278e28b4d45aa5f8 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Apr 10 11:21:36 2021 +0200 Bump to 3.1.0-SNAPSHOT --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a89297e..0e24b98 100644 --- a/pom.xml +++ b/pom.xml @@ -24,11 +24,11 @@ <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> <version>34</version> - <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath> + <relativePath/> </parent> <artifactId>maven-shared-io</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> <name>Apache Maven Shared I/O API</name> <description>API for I/O support like logging, download or file scanning.</description> @@ -48,7 +48,7 @@ </scm> <issueManagement> <system>jira</system> - <url>https://issues.apache.org/jira/browse/MSHARED/component/12326440</url> + <url>https://issues.apache.org/jira/projects/MSHARED</url> </issueManagement> <ciManagement> <system>Jenkins</system>
