|
6 | 6 | <parent> |
7 | 7 | <artifactId>analytics-parent</artifactId> |
8 | 8 | <groupId>com.segment.analytics.java</groupId> |
9 | | - <version>3.5.3-SNAPSHOT</version> |
| 9 | + <version>3.5.5-SNAPSHOT</version> |
10 | 10 | </parent> |
11 | 11 |
|
| 12 | + <groupId>com.segment.analytics.java</groupId> |
12 | 13 | <artifactId>analytics-cli</artifactId> |
| 14 | + <version>3.5.5-SNAPSHOT</version> |
13 | 15 | <name>Analytics Java CLI</name> |
14 | 16 |
|
| 17 | + <description>Command-line interface for Segment Analytics for Java.</description> |
| 18 | + <url>https://github.com/segmentio/analytics-java</url> |
| 19 | + |
| 20 | + <licenses> |
| 21 | + <license> |
| 22 | + <name>The MIT License (MIT)</name> |
| 23 | + <url>http://opensource.org/licenses/MIT</url> |
| 24 | + </license> |
| 25 | + </licenses> |
| 26 | + |
| 27 | + <scm> |
| 28 | + <url>https://github.com/segmentio/analytics-java/</url> |
| 29 | + <connection>scm:git:https://github.com/segmentio/analytics-java.git</connection> |
| 30 | + < developerConnection>scm:git: [email protected]:segmentio/analytics-java.git</ developerConnection> |
| 31 | + <tag>analytics-parent-3.5.4</tag> |
| 32 | + </scm> |
| 33 | + |
| 34 | + <developers> |
| 35 | + <developer> |
| 36 | + <id>segment</id> |
| 37 | + <name>Segment</name> |
| 38 | + <organization>Segment</organization> |
| 39 | + <organizationUrl>https://segment.com</organizationUrl> |
| 40 | + </developer> |
| 41 | + </developers> |
| 42 | + |
15 | 43 | <dependencies> |
16 | 44 | <dependency> |
17 | 45 | <groupId>org.jetbrains.kotlin</groupId> |
18 | 46 | <artifactId>kotlin-stdlib</artifactId> |
| 47 | + <version>${kotlin.version}</version> |
19 | 48 | </dependency> |
20 | 49 | <dependency> |
21 | 50 | <groupId>com.segment.analytics.java</groupId> |
|
25 | 54 | <dependency> |
26 | 55 | <groupId>com.offbytwo</groupId> |
27 | 56 | <artifactId>docopt</artifactId> |
| 57 | + <version>${docopt.version}</version> |
28 | 58 | </dependency> |
29 | 59 | </dependencies> |
30 | 60 |
|
|
0 commit comments