Skip to content

Commit d4e1a1b

Browse files
committed
Merge branch 'refs/heads/dev' into feature/configurable-expand
2 parents 7be3b29 + 67666db commit d4e1a1b

File tree

24 files changed

+72
-39
lines changed

24 files changed

+72
-39
lines changed

.mvn/local-settings.xml

Lines changed: 48 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,54 @@
88
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
99
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
11-
<mirrors>
12-
<mirror>
13-
<id>atlassian-central</id>
14-
<mirrorOf>central</mirrorOf>
15-
<name>atlassian-central</name>
16-
<url>https://maven.atlassian.com/repository/public</url>
17-
</mirror>
18-
</mirrors>
11+
<profiles>
12+
<profile>
13+
<id>defaultProfile</id>
14+
<activation>
15+
<activeByDefault>true</activeByDefault>
16+
</activation>
17+
<repositories>
18+
<repository>
19+
<id>maven-central</id>
20+
<name>Maven Central</name>
21+
<url>https://repo1.maven.org/maven2/</url>
22+
</repository>
23+
<repository>
24+
<id>atlassian-proxy</id>
25+
<name>Atlassian Maven 2 Proxy</name>
26+
<url>https://packages.atlassian.com/artifactory/maven-atlassian-all/ </url>
27+
</repository>
28+
<repository>
29+
<id>terracotta</id>
30+
<name>Terracotta</name>
31+
<url>https://repo.terracotta.org/maven2/</url>
32+
</repository>
33+
<repository>
34+
<id>jenkins-releases</id>
35+
<name>Jenkins</name>
36+
<url>https://repo.jenkins-ci.org/releases/</url>
37+
</repository>
38+
</repositories>
39+
40+
<pluginRepositories>
41+
<pluginRepository>
42+
<id>maven-central</id>
43+
<name>Maven Central</name>
44+
<url>https://repo1.maven.org/maven2/</url>
45+
</pluginRepository>
46+
<pluginRepository>
47+
<id>atlassian-proxy</id>
48+
<name>Atlassian Maven 2 Proxy</name>
49+
<url>https://packages.atlassian.com/maven/repository/public</url>
50+
</pluginRepository>
51+
</pluginRepositories>
52+
53+
<properties>
54+
<downloadSources>true</downloadSources>
55+
<downloadJavadocs>true</downloadJavadocs>
56+
</properties>
57+
</profile>
58+
</profiles>
1959

2060
<servers>
2161
<server>

kotlin-atlassian-client-core-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-atlassian-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-atlassian-client-core-common</artifactId>

kotlin-http-client/kotlin-http-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-http-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-http-client-api</artifactId>

kotlin-http-client/kotlin-http-client-atlas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-http-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-http-client-atlas</artifactId>

kotlin-http-client/kotlin-http-client-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-http-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-http-client-ktor</artifactId>

kotlin-http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-atlassian-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-http-client</artifactId>

kotlin-insight-client/kotlin-insight-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-insight-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-insight-client-api</artifactId>

kotlin-insight-client/kotlin-insight-client-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-insight-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-insight-client-http</artifactId>

kotlin-insight-client/kotlin-insight-client-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-insight-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-insight-client-sdk</artifactId>

kotlin-insight-client/kotlin-insight-client-test-applink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.linked-planet.client</groupId>
88
<artifactId>kotlin-insight-client</artifactId>
9-
<version>0.14.7-SNAPSHOT</version>
9+
<version>0.14.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kotlin-insight-client-test-applink</artifactId>

0 commit comments

Comments
 (0)