Skip to content

Commit d74a9f9

Browse files
author
Smartling, Inc
committed
ci: prepare for next development iteration
1 parent 1c97eb4 commit d74a9f9

File tree

16 files changed

+60
-60
lines changed

16 files changed

+60
-60
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
<name>Smartling API Parent</name>
1010
<description>Smartling API SDK</description>
1111
<url>https://api-reference.smartling.com</url>
1212

1313
<scm>
1414
<url>https://github.com/Smartling/java-api-sdk</url>
1515
<developerConnection>scm:git:ssh://[email protected]/Smartling/java-api-sdk</developerConnection>
16-
<tag>v1.8.4</tag>
16+
<tag>HEAD</tag>
1717
</scm>
1818

1919
<licenses>

samrtling-api-test-utils/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
<artifactId>smartling-api-test-utils</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
<name>Smartling API Test Utils</name>
99

1010
<parent>
1111
<groupId>com.smartling.api</groupId>
1212
<artifactId>smartling-sdk-parent</artifactId>
13-
<version>1.8.4</version>
13+
<version>1.8.5-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

smartling-api-commons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
<artifactId>smartling-api-commons</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.8.4</version>
6+
<version>1.8.5-SNAPSHOT</version>
77
<name>Smartling API Commons</name>
88

99
<parent>
1010
<groupId>com.smartling.api</groupId>
1111
<artifactId>smartling-sdk-parent</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
</parent>
1414

1515
<build>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.smartling.api</groupId>
2727
<artifactId>smartling-api-test-utils</artifactId>
28-
<version>1.8.4</version>
28+
<version>1.8.5-SNAPSHOT</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

smartling-api-sdk-all/pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,73 +4,73 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-api-sdk</artifactId>
10-
<version>1.8.4</version>
10+
<version>1.8.5-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212
<name>Smartling API SDK</name>
1313
<dependencies>
1414
<dependency>
1515
<groupId>com.smartling.api</groupId>
1616
<artifactId>smartling-issues-api</artifactId>
17-
<version>1.8.4</version>
17+
<version>1.8.5-SNAPSHOT</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.smartling.api</groupId>
2121
<artifactId>smartling-locales-api</artifactId>
22-
<version>1.8.4</version>
22+
<version>1.8.5-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.smartling.api</groupId>
2626
<artifactId>smartling-jobs-api</artifactId>
27-
<version>1.8.4</version>
27+
<version>1.8.5-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.smartling.api</groupId>
3131
<artifactId>smartling-job-batches-api</artifactId>
32-
<version>1.8.4</version>
32+
<version>1.8.5-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.smartling.api</groupId>
3636
<artifactId>smartling-files-api</artifactId>
37-
<version>1.8.4</version>
37+
<version>1.8.5-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.smartling.api</groupId>
4141
<artifactId>smartling-projects-api</artifactId>
42-
<version>1.8.4</version>
42+
<version>1.8.5-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.smartling.api</groupId>
4646
<artifactId>smartling-strings-api</artifactId>
47-
<version>1.8.4</version>
47+
<version>1.8.5-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.smartling.api</groupId>
5151
<artifactId>smartling-contexts-api</artifactId>
52-
<version>1.8.4</version>
52+
<version>1.8.5-SNAPSHOT</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.smartling.api</groupId>
5656
<artifactId>smartling-attachments-api</artifactId>
57-
<version>1.8.4</version>
57+
<version>1.8.5-SNAPSHOT</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.smartling.api</groupId>
6161
<artifactId>smartling-reports-api</artifactId>
62-
<version>1.8.4</version>
62+
<version>1.8.5-SNAPSHOT</version>
6363
<scope>compile</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.smartling.api</groupId>
6767
<artifactId>smartling-glossary-api</artifactId>
68-
<version>1.8.4</version>
68+
<version>1.8.5-SNAPSHOT</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.smartling.api</groupId>
7272
<artifactId>smartling-file-translations-api</artifactId>
73-
<version>1.8.4</version>
73+
<version>1.8.5-SNAPSHOT</version>
7474
</dependency>
7575
</dependencies>
7676
</project>

smartling-attachments-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-attachments-api</artifactId>
10-
<version>1.8.4</version>
10+
<version>1.8.5-SNAPSHOT</version>
1111
<name>Smartling Attachments API</name>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.smartling.api</groupId>
1515
<artifactId>smartling-api-commons</artifactId>
16-
<version>1.8.4</version>
16+
<version>1.8.5-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

smartling-contexts-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-contexts-api</artifactId>
10-
<version>1.8.4</version>
10+
<version>1.8.5-SNAPSHOT</version>
1111
<name>Smartling Contexts API</name>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.smartling.api</groupId>
1515
<artifactId>smartling-api-commons</artifactId>
16-
<version>1.8.4</version>
16+
<version>1.8.5-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

smartling-file-translations-api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-file-translations-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling File Translations API</name>
1414

1515
<build>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.smartling.api</groupId>
2727
<artifactId>smartling-api-commons</artifactId>
28-
<version>1.8.4</version>
28+
<version>1.8.5-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.commons</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.smartling.api</groupId>
3737
<artifactId>smartling-api-test-utils</artifactId>
38-
<version>1.8.4</version>
38+
<version>1.8.5-SNAPSHOT</version>
3939
<scope>test</scope>
4040
</dependency>
4141
</dependencies>

smartling-files-api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-files-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling Content Files API</name>
1414

1515
<build>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.smartling.api</groupId>
2727
<artifactId>smartling-api-commons</artifactId>
28-
<version>1.8.4</version>
28+
<version>1.8.5-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.commons</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.smartling.api</groupId>
3737
<artifactId>smartling-api-test-utils</artifactId>
38-
<version>1.8.4</version>
38+
<version>1.8.5-SNAPSHOT</version>
3939
<scope>test</scope>
4040
</dependency>
4141
</dependencies>

smartling-glossary-api/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-glossary-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling Glossary API</name>
1414

1515
<build>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.smartling.api</groupId>
2828
<artifactId>smartling-api-commons</artifactId>
29-
<version>1.8.4</version>
29+
<version>1.8.5-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.apache.commons</groupId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.smartling.api</groupId>
3838
<artifactId>smartling-api-test-utils</artifactId>
39-
<version>1.8.4</version>
39+
<version>1.8.5-SNAPSHOT</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

smartling-issues-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-issues-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling Issues API</name>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.smartling.api</groupId>
1818
<artifactId>smartling-api-commons</artifactId>
19-
<version>1.8.4</version>
19+
<version>1.8.5-SNAPSHOT</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

smartling-job-batches-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-job-batches-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling Job Batches API</name>
1414

1515
<build>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.smartling.api</groupId>
3030
<artifactId>smartling-api-commons</artifactId>
31-
<version>1.8.4</version>
31+
<version>1.8.5-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434
</project>

smartling-jobs-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<groupId>com.smartling.api</groupId>
77
<artifactId>smartling-sdk-parent</artifactId>
8-
<version>1.8.4</version>
8+
<version>1.8.5-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-jobs-api</artifactId>
12-
<version>1.8.4</version>
12+
<version>1.8.5-SNAPSHOT</version>
1313
<name>Smartling Jobs API</name>
1414

1515
<dependencies>
1616
<dependency>
1717
<groupId>com.smartling.api</groupId>
1818
<artifactId>smartling-api-commons</artifactId>
19-
<version>1.8.4</version>
19+
<version>1.8.5-SNAPSHOT</version>
2020
</dependency>
2121
</dependencies>
2222
</project>

smartling-locales-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-locales-api</artifactId>
10-
<version>1.8.4</version>
10+
<version>1.8.5-SNAPSHOT</version>
1111
<name>Smartling Locales API</name>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.smartling.api</groupId>
1515
<artifactId>smartling-api-commons</artifactId>
16-
<version>1.8.4</version>
16+
<version>1.8.5-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

smartling-projects-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-projects-api</artifactId>
10-
<version>1.8.4</version>
10+
<version>1.8.5-SNAPSHOT</version>
1111
<name>Smartling Projects API</name>
1212
<dependencies>
1313
<dependency>
1414
<groupId>com.smartling.api</groupId>
1515
<artifactId>smartling-api-commons</artifactId>
16-
<version>1.8.4</version>
16+
<version>1.8.5-SNAPSHOT</version>
1717
</dependency>
1818
</dependencies>
1919
</project>

0 commit comments

Comments
 (0)