|
20 | 20 |
|
21 | 21 | <properties> |
22 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | | - <maven.compiler.source>1.8</maven.compiler.source> |
24 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 23 | + <maven.compiler.source>17</maven.compiler.source> |
| 24 | + <maven.compiler.target>17</maven.compiler.target> |
| 25 | + <kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget> |
25 | 26 | <kotlin.code.style>official</kotlin.code.style> |
26 | | - <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |
27 | | - <kotlin.version>1.8.20</kotlin.version> |
| 27 | + <kotlin.version>2.1.20</kotlin.version> |
28 | 28 | <kotlinx.coroutines.core.version>1.6.4</kotlinx.coroutines.core.version> |
29 | 29 | <arrow.version>1.2.1</arrow.version> |
30 | 30 | <arrow.meta.version>1.6.2</arrow.meta.version> |
31 | | - |
32 | | - <jira.version>9.4.2</jira.version> |
33 | | - <servicedesk.version>5.4.2</servicedesk.version> |
| 31 | + <atlassian.plugin.key>${project.groupId}.${project.artifactId}</atlassian.plugin.key> |
| 32 | + <jira.version>9.12.10</jira.version> |
| 33 | + <servicedesk.version>5.12.10</servicedesk.version> |
| 34 | +<!-- <jira.version>9.4.2</jira.version>--> |
| 35 | +<!-- <servicedesk.version>5.4.2</servicedesk.version>--> |
34 | 36 | <jira.http.port>2990</jira.http.port> |
35 | 37 | <atlassian.spring.scanner.version>2.2.1</atlassian.spring.scanner.version> |
36 | | - <amps.version>8.9.1</amps.version> |
37 | | - <insight.version>10.4.2</insight.version> |
38 | | - <confluence.version>7.19.5</confluence.version> |
| 38 | + <amps.version>8.9.2</amps.version> |
| 39 | + <insight.version>10.12.1-QR-0157</insight.version> |
| 40 | + <confluence.version>9.2.3</confluence.version> |
39 | 41 | <atlassian-plugins-osgi-testrunner.version>2.0.3</atlassian-plugins-osgi-testrunner.version> |
40 | 42 | </properties> |
41 | 43 |
|
|
383 | 385 | <plugin> |
384 | 386 | <groupId>com.atlassian.maven.plugins</groupId> |
385 | 387 | <artifactId>jira-maven-plugin</artifactId> |
| 388 | + <version>${amps.version}</version> |
386 | 389 | <extensions>true</extensions> |
387 | 390 | <configuration> |
388 | 391 | <productVersion>${jira.version}</productVersion> |
|
0 commit comments