Skip to content

Commit f2c41ec

Browse files
authored
Clean up release plugin (#395)
* Bump maven-release-plugin from 2.5.3 to 3.0.0-M5 Co-authored-by: MJL33 <>
1 parent 47557fc commit f2c41ec

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.frameworkium</groupId>
55
<artifactId>frameworkium-core</artifactId>
6-
<version>4.2.1.1-SNAPSHOT</version>
6+
<version>4.2.2-SNAPSHOT</version>
77
<name>frameworkium-core</name>
88
<description>
99
Frameworkium core code.
@@ -32,7 +32,7 @@
3232
<url>https://github.com/Frameworkium/frameworkium-core/issues</url>
3333
</issueManagement>
3434
<ciManagement>
35-
<url>https://travis-ci.org/Frameworkium/frameworkium-core</url>
35+
<url>https://github.com/Frameworkium/frameworkium-core/actions</url>
3636
</ciManagement>
3737

3838
<distributionManagement />
@@ -47,11 +47,6 @@
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4848
</properties>
4949

50-
<!-- makes mvn versions:display-plugin-updates faster -->
51-
<prerequisites>
52-
<maven>3.3.9</maven>
53-
</prerequisites>
54-
5550
<!-- Check for updates with mvn versions:display-dependency-updates -->
5651
<dependencies>
5752
<!-- Selenium related -->
@@ -458,7 +453,7 @@
458453
Releasing a project is made in two steps: prepare and perform -->
459454
<plugin>
460455
<artifactId>maven-release-plugin</artifactId>
461-
<version>2.5.3</version>
456+
<version>3.0.0-M5</version>
462457
<configuration>
463458
<useReleaseProfile>false</useReleaseProfile>
464459
<tagNameFormat>@{version}</tagNameFormat>

0 commit comments

Comments
 (0)