Skip to content

Commit abeef9b

Browse files
Merge branch 'master' of /Users/shaileshmishra/Documents/workspace/SDK/JAVA/development/contentstack-java with conflicts.
1 parent 3e83d0a commit abeef9b

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

pom.xml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.2.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -21,29 +21,20 @@
2121
</licenses>
2222

2323
<developers>
24-
2524
<developer>
2625
<name>Shailesh Mishra</name>
2726
<email>mshaileshr@gmail.com</email>
2827
<organization>Contentstack</organization>
2928
<organizationUrl>https://www.contentstack.com/</organizationUrl>
3029
</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-
3930
</developers>
4031

4132

4233
<scm>
4334
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
4435
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
4536
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
46-
<tag>v1.2.1</tag>
37+
<tag>v@{project.version}</tag>
4738
</scm>
4839

4940
<issueManagement>
@@ -59,17 +50,14 @@
5950

6051

6152
<distributionManagement>
62-
6353
<snapshotRepository>
6454
<id>ossrh</id>
6555
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
6656
</snapshotRepository>
67-
6857
<repository>
6958
<id>ossrh</id>
7059
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
7160
</repository>
72-
7361
</distributionManagement>
7462

7563

@@ -79,7 +67,6 @@
7967

8068

8169
<dependencies>
82-
8370
<dependency>
8471
<groupId>junit</groupId>
8572
<artifactId>junit</artifactId>
@@ -97,7 +84,6 @@
9784

9885
<build>
9986
<plugins>
100-
10187
<plugin>
10288
<groupId>org.apache.maven.plugins</groupId>
10389
<artifactId>maven-source-plugin</artifactId>
@@ -111,7 +97,6 @@
11197
</execution>
11298
</executions>
11399
</plugin>
114-
115100
<plugin>
116101
<groupId>org.apache.maven.plugins</groupId>
117102
<artifactId>maven-javadoc-plugin</artifactId>
@@ -174,7 +159,6 @@
174159
<goals>deploy</goals>
175160
</configuration>
176161
</plugin>
177-
178162
</plugins>
179163
</build>
180164

0 commit comments

Comments
 (0)