Skip to content

Commit 6937dbe

Browse files
committed
releasing a new plugin parent POM
1 parent 4abb237 commit 6937dbe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

plugins/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.jenkins-ci.plugins</groupId>
1111
<artifactId>plugin</artifactId>
1212
<name>Jenkins plugin POM</name>
13-
<version>1.444-SNAPSHOT</version>
13+
<version>1.444</version>
1414
<packaging>pom</packaging>
1515

1616
<!--
@@ -33,7 +33,7 @@
3333
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
3434
<groupId>org.jenkins-ci.main</groupId>
3535
<artifactId>maven-plugin</artifactId>
36-
<version>1.444-SNAPSHOT</version>
36+
<version>1.444</version>
3737
</dependency>
3838
</dependencies>
3939
</dependencyManagement>
@@ -43,25 +43,25 @@
4343
<groupId>org.jenkins-ci.main</groupId>
4444
<artifactId>jenkins-war</artifactId>
4545
<type>war</type>
46-
<version>1.444-SNAPSHOT</version>
46+
<version>1.444</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.jenkins-ci.main</groupId>
5151
<artifactId>jenkins-core</artifactId>
52-
<version>1.444-SNAPSHOT</version>
52+
<version>1.444</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.jenkins-ci.main</groupId>
5757
<artifactId>jenkins-test-harness</artifactId>
58-
<version>1.444-SNAPSHOT</version>
58+
<version>1.444</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.jenkins-ci.main</groupId>
6363
<artifactId>ui-samples-plugin</artifactId>
64-
<version>1.444-SNAPSHOT</version>
64+
<version>1.444</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

0 commit comments

Comments
 (0)