|
5 | 5 | <parent> |
6 | 6 | <groupId>org.jenkins-ci.plugins</groupId> |
7 | 7 | <artifactId>plugin</artifactId> |
8 | | - <version>4.29</version> |
| 8 | + <version>4.55</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <artifactId>azure-vm-agents</artifactId> |
|
36 | 36 | </developers> |
37 | 37 |
|
38 | 38 | <scm> |
39 | | - <connection>scm:git:ssh://git@github.com/${gitHubRepo}.git</connection> |
40 | | - <developerConnection>scm:git:ssh://git@github.com/${gitHubRepo}.git</developerConnection> |
| 39 | + <connection>scm:git:https://github.com/${gitHubRepo}</connection> |
| 40 | + <developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection> |
41 | 41 | <url>https://github.com/${gitHubRepo}</url> |
42 | 42 | <tag>${scmTag}</tag> |
43 | 43 | </scm> |
44 | 44 |
|
45 | 45 | <properties> |
46 | 46 | <changelist>9999-SNAPSHOT</changelist> |
47 | 47 | <gitHubRepo>jenkinsci/azure-vm-agents-plugin</gitHubRepo> |
48 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
49 | | - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
50 | | - <jenkins.version>2.277.2</jenkins.version> |
51 | | - <java.level>8</java.level> |
52 | | - <findbugs.failOnError>true</findbugs.failOnError> |
53 | | - <findbugs.excludeFilterFile>findbugs-exclude.xml</findbugs.excludeFilterFile> |
| 48 | + <jenkins.version>2.361.4</jenkins.version> |
54 | 49 | <maven.javadoc.skip>true</maven.javadoc.skip> |
55 | 50 | <azure-credentials.version>198.vf9c2fdfde55c</azure-credentials.version> |
56 | 51 | </properties> |
|
59 | 54 | <dependencies> |
60 | 55 | <dependency> |
61 | 56 | <groupId>io.jenkins.tools.bom</groupId> |
62 | | - <artifactId>bom-2.277.x</artifactId> |
63 | | - <version>966.v3857b7c82032</version> |
| 57 | + <artifactId>bom-2.361.x</artifactId> |
| 58 | + <version>1883.vcb_768a_7c3610</version> |
64 | 59 | <scope>import</scope> |
65 | 60 | <type>pom</type> |
66 | 61 | </dependency> |
|
71 | 66 | <dependency> |
72 | 67 | <groupId>io.jenkins.plugins</groupId> |
73 | 68 | <artifactId>azure-sdk</artifactId> |
74 | | - <version>55.v31806ceca163</version> |
| 69 | + <version>118.v43f74dd9ca_dc</version> |
75 | 70 | </dependency> |
76 | 71 | <dependency> |
77 | 72 | <groupId>org.jenkins-ci.plugins</groupId> |
|
81 | 76 | <dependency> |
82 | 77 | <groupId>org.jenkins-ci.plugins</groupId> |
83 | 78 | <artifactId>jsch</artifactId> |
84 | | - <version>0.1.55.2</version> |
| 79 | + <version>0.1.55.61.va_e9ee26616e7</version> |
85 | 80 | </dependency> |
86 | 81 | <dependency> |
87 | 82 | <groupId>org.mockito</groupId> |
|
0 commit comments