|
6 | 6 |
|
7 | 7 | <groupId>com.contentstack.sdk</groupId> |
8 | 8 | <artifactId>java</artifactId> |
9 | | - <version>1.3.0-SNAPSHOT</version> |
| 9 | + <version>1.2.1-SNAPSHOT</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 |
|
12 | 12 | <name>contentstack-java</name> |
|
21 | 21 | </licenses> |
22 | 22 |
|
23 | 23 | <developers> |
24 | | - |
25 | 24 | <developer> |
26 | 25 | <name>Shailesh Mishra</name> |
27 | 26 | <email>mshaileshr@gmail.com</email> |
28 | 27 | <organization>Contentstack</organization> |
29 | 28 | <organizationUrl>https://www.contentstack.com/</organizationUrl> |
30 | 29 | </developer> |
31 | | - |
32 | | - <developer> |
33 | | - <name>Contentstacksdk</name> |
34 | | - <email>mobile@contentstack.com</email> |
35 | | - <organization>Contentstack</organization> |
36 | | - <organizationUrl>https://www.contentstack.com/</organizationUrl> |
37 | | - </developer> |
38 | | - |
39 | 30 | </developers> |
40 | 31 |
|
41 | 32 |
|
42 | 33 | <scm> |
43 | 34 | <url>https://github.com/contentstack/contentstack-java/tree/master</url> |
44 | 35 | <connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection> |
45 | 36 | <developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection> |
46 | | - <tag>v1.2.1</tag> |
| 37 | + <tag>v@{project.version}</tag> |
47 | 38 | </scm> |
48 | 39 |
|
49 | 40 | <issueManagement> |
|
59 | 50 |
|
60 | 51 |
|
61 | 52 | <distributionManagement> |
62 | | - |
63 | 53 | <snapshotRepository> |
64 | 54 | <id>ossrh</id> |
65 | 55 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
66 | 56 | </snapshotRepository> |
67 | | - |
68 | 57 | <repository> |
69 | 58 | <id>ossrh</id> |
70 | 59 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
71 | 60 | </repository> |
72 | | - |
73 | 61 | </distributionManagement> |
74 | 62 |
|
75 | 63 |
|
|
79 | 67 |
|
80 | 68 |
|
81 | 69 | <dependencies> |
82 | | - |
83 | 70 | <dependency> |
84 | 71 | <groupId>junit</groupId> |
85 | 72 | <artifactId>junit</artifactId> |
|
97 | 84 |
|
98 | 85 | <build> |
99 | 86 | <plugins> |
100 | | - |
101 | 87 | <plugin> |
102 | 88 | <groupId>org.apache.maven.plugins</groupId> |
103 | 89 | <artifactId>maven-source-plugin</artifactId> |
|
111 | 97 | </execution> |
112 | 98 | </executions> |
113 | 99 | </plugin> |
114 | | - |
115 | 100 | <plugin> |
116 | 101 | <groupId>org.apache.maven.plugins</groupId> |
117 | 102 | <artifactId>maven-javadoc-plugin</artifactId> |
|
174 | 159 | <goals>deploy</goals> |
175 | 160 | </configuration> |
176 | 161 | </plugin> |
177 | | - |
178 | 162 | </plugins> |
179 | 163 | </build> |
180 | 164 |
|
|
0 commit comments