Skip to content

Commit badff41

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

File tree

18 files changed

+67
-67
lines changed

18 files changed

+67
-67
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.19.2</version>
8+
<version>1.19.3-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.19.2</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.19.2</version>
7+
<version>1.19.3-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.19.2</version>
13+
<version>1.19.3-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

smartling-accounts-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.19.2</version>
8+
<version>1.19.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-accounts-api</artifactId>
12-
<version>1.19.2</version>
12+
<version>1.19.3-SNAPSHOT</version>
1313
<name>Smartling Accounts 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.19.2</version>
28+
<version>1.19.3-SNAPSHOT</version>
2929
</dependency>
3030
</dependencies>
3131
</project>

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.19.2</version>
6+
<version>1.19.3-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.19.2</version>
12+
<version>1.19.3-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.19.2</version>
28+
<version>1.19.3-SNAPSHOT</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

smartling-api-sdk-all/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,78 +4,78 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.19.2</version>
7+
<version>1.19.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-api-sdk</artifactId>
10-
<version>1.19.2</version>
10+
<version>1.19.3-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-accounts-api</artifactId>
17-
<version>1.19.2</version>
17+
<version>1.19.3-SNAPSHOT</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.smartling.api</groupId>
2121
<artifactId>smartling-issues-api</artifactId>
22-
<version>1.19.2</version>
22+
<version>1.19.3-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.smartling.api</groupId>
2626
<artifactId>smartling-locales-api</artifactId>
27-
<version>1.19.2</version>
27+
<version>1.19.3-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.smartling.api</groupId>
3131
<artifactId>smartling-jobs-api</artifactId>
32-
<version>1.19.2</version>
32+
<version>1.19.3-SNAPSHOT</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.smartling.api</groupId>
3636
<artifactId>smartling-job-batches-api</artifactId>
37-
<version>1.19.2</version>
37+
<version>1.19.3-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.smartling.api</groupId>
4141
<artifactId>smartling-files-api</artifactId>
42-
<version>1.19.2</version>
42+
<version>1.19.3-SNAPSHOT</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.smartling.api</groupId>
4646
<artifactId>smartling-projects-api</artifactId>
47-
<version>1.19.2</version>
47+
<version>1.19.3-SNAPSHOT</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.smartling.api</groupId>
5151
<artifactId>smartling-strings-api</artifactId>
52-
<version>1.19.2</version>
52+
<version>1.19.3-SNAPSHOT</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>com.smartling.api</groupId>
5656
<artifactId>smartling-contexts-api</artifactId>
57-
<version>1.19.2</version>
57+
<version>1.19.3-SNAPSHOT</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.smartling.api</groupId>
6161
<artifactId>smartling-attachments-api</artifactId>
62-
<version>1.19.2</version>
62+
<version>1.19.3-SNAPSHOT</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.smartling.api</groupId>
6666
<artifactId>smartling-reports-api</artifactId>
67-
<version>1.19.2</version>
67+
<version>1.19.3-SNAPSHOT</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.smartling.api</groupId>
7272
<artifactId>smartling-glossary-api</artifactId>
73-
<version>1.19.2</version>
73+
<version>1.19.3-SNAPSHOT</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.smartling.api</groupId>
7777
<artifactId>smartling-file-translations-api</artifactId>
78-
<version>1.19.2</version>
78+
<version>1.19.3-SNAPSHOT</version>
7979
</dependency>
8080
</dependencies>
8181
</project>

smartling-attachments-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.19.2</version>
7+
<version>1.19.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-attachments-api</artifactId>
10-
<version>1.19.2</version>
10+
<version>1.19.3-SNAPSHOT</version>
1111
<name>Smartling Attachments API</name>
1212

1313
<build>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.smartling.api</groupId>
2525
<artifactId>smartling-api-commons</artifactId>
26-
<version>1.19.2</version>
26+
<version>1.19.3-SNAPSHOT</version>
2727
</dependency>
2828
</dependencies>
2929
</project>

smartling-contexts-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.smartling.api</groupId>
66
<artifactId>smartling-sdk-parent</artifactId>
7-
<version>1.19.2</version>
7+
<version>1.19.3-SNAPSHOT</version>
88
</parent>
99
<artifactId>smartling-contexts-api</artifactId>
10-
<version>1.19.2</version>
10+
<version>1.19.3-SNAPSHOT</version>
1111
<name>Smartling Contexts API</name>
1212

1313
<build>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.smartling.api</groupId>
2525
<artifactId>smartling-api-commons</artifactId>
26-
<version>1.19.2</version>
26+
<version>1.19.3-SNAPSHOT</version>
2727
</dependency>
2828
</dependencies>
2929
</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.19.2</version>
8+
<version>1.19.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-file-translations-api</artifactId>
12-
<version>1.19.2</version>
12+
<version>1.19.3-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.19.2</version>
28+
<version>1.19.3-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.19.2</version>
38+
<version>1.19.3-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.19.2</version>
8+
<version>1.19.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-files-api</artifactId>
12-
<version>1.19.2</version>
12+
<version>1.19.3-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.19.2</version>
28+
<version>1.19.3-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.19.2</version>
38+
<version>1.19.3-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.19.2</version>
8+
<version>1.19.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>smartling-glossary-api</artifactId>
12-
<version>1.19.2</version>
12+
<version>1.19.3-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.19.2</version>
29+
<version>1.19.3-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.19.2</version>
39+
<version>1.19.3-SNAPSHOT</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

0 commit comments

Comments
 (0)