|
10 | 10 | <groupId>org.jenkins-ci.plugins</groupId>
|
11 | 11 | <artifactId>plugin</artifactId>
|
12 | 12 | <name>Jenkins plugin POM</name>
|
13 |
| - <version>1.444-SNAPSHOT</version> |
| 13 | + <version>1.444</version> |
14 | 14 | <packaging>pom</packaging>
|
15 | 15 |
|
16 | 16 | <!--
|
|
33 | 33 | <dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
|
34 | 34 | <groupId>org.jenkins-ci.main</groupId>
|
35 | 35 | <artifactId>maven-plugin</artifactId>
|
36 |
| - <version>1.444-SNAPSHOT</version> |
| 36 | + <version>1.444</version> |
37 | 37 | </dependency>
|
38 | 38 | </dependencies>
|
39 | 39 | </dependencyManagement>
|
|
43 | 43 | <groupId>org.jenkins-ci.main</groupId>
|
44 | 44 | <artifactId>jenkins-war</artifactId>
|
45 | 45 | <type>war</type>
|
46 |
| - <version>1.444-SNAPSHOT</version> |
| 46 | + <version>1.444</version> |
47 | 47 | <scope>test</scope>
|
48 | 48 | </dependency>
|
49 | 49 | <dependency>
|
50 | 50 | <groupId>org.jenkins-ci.main</groupId>
|
51 | 51 | <artifactId>jenkins-core</artifactId>
|
52 |
| - <version>1.444-SNAPSHOT</version> |
| 52 | + <version>1.444</version> |
53 | 53 | <scope>provided</scope>
|
54 | 54 | </dependency>
|
55 | 55 | <dependency>
|
56 | 56 | <groupId>org.jenkins-ci.main</groupId>
|
57 | 57 | <artifactId>jenkins-test-harness</artifactId>
|
58 |
| - <version>1.444-SNAPSHOT</version> |
| 58 | + <version>1.444</version> |
59 | 59 | <scope>test</scope>
|
60 | 60 | </dependency>
|
61 | 61 | <dependency>
|
62 | 62 | <groupId>org.jenkins-ci.main</groupId>
|
63 | 63 | <artifactId>ui-samples-plugin</artifactId>
|
64 |
| - <version>1.444-SNAPSHOT</version> |
| 64 | + <version>1.444</version> |
65 | 65 | <scope>test</scope>
|
66 | 66 | </dependency>
|
67 | 67 | <dependency>
|
|
0 commit comments