We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c28d6b6 + 17b9096 commit 52b489aCopy full SHA for 52b489a
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>4.13</version>
+ <version>4.14</version>
8
<relativePath />
9
</parent>
10
<artifactId>log-cli</artifactId>
@@ -49,24 +49,4 @@
49
<version>1.0</version>
50
</dependency>
51
</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>
72
</project>
0 commit comments