Skip to content

Commit 52b489a

Browse files
authored
Merge pull request #46 from jglick/block-MRP
[JEP-229] Use stock block-MRP profile
2 parents c28d6b6 + 17b9096 commit 52b489a

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

pom.xml

+1-21
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>4.13</version>
7+
<version>4.14</version>
88
<relativePath />
99
</parent>
1010
<artifactId>log-cli</artifactId>
@@ -49,24 +49,4 @@
4949
<version>1.0</version>
5050
</dependency>
5151
</dependencies>
52-
<profiles>
53-
<profile> <!-- TODO perhaps move to plugin-pom -->
54-
<id>block-MRP</id>
55-
<activation>
56-
<property>
57-
<name>changelist.format</name>
58-
</property>
59-
</activation>
60-
<build>
61-
<plugins>
62-
<plugin>
63-
<artifactId>maven-release-plugin</artifactId>
64-
<configuration>
65-
<preparationGoals>not-set-up-for-MRP</preparationGoals>
66-
</configuration>
67-
</plugin>
68-
</plugins>
69-
</build>
70-
</profile>
71-
</profiles>
7252
</project>

0 commit comments

Comments
 (0)