Skip to content

Commit 237b07c

Browse files
committed
revert pom
1 parent 3d6c1a6 commit 237b07c

File tree

1 file changed

+7
-87
lines changed

1 file changed

+7
-87
lines changed

pom.xml

Lines changed: 7 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,16 @@
33

44
<groupId>com.blibli.oss.sellerapi.client</groupId>
55
<artifactId>seller-api-client</artifactId>
6-
<version>1.4.0-1</version>
6+
<version>1.4.0-1-SNAPSHOT</version>
77
<packaging>jar</packaging>
8-
<name>seller-api-client</name>
9-
<description>Seller API Client</description>
10-
<url>https://github.com/bliblidotcom/seller-api-client-java</url>
118

9+
<name>seller-api-client</name>
1210
<scm>
1311
<connection>scm:git:ssh://[email protected]:bliblidotcom/seller-api-client-java.git</connection>
1412
<developerConnection>scm:git:ssh://[email protected]:bliblidotcom/seller-api-client-java.git</developerConnection>
15-
<url>https://github.com/bliblidotcom/seller-api-client-java</url>
13+
<tag>HEAD</tag>
1614
</scm>
1715

18-
<developers>
19-
<developer>
20-
<name>Blibli</name>
21-
</developer>
22-
</developers>
23-
24-
<licenses>
25-
<license>
26-
<name>The Apache License, Version 2.0</name>
27-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
28-
</license>
29-
</licenses>
30-
3116
<properties>
3217
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3318
<commons.codec.version>1.10</commons.codec.version>
@@ -64,77 +49,12 @@
6449
</dependency>
6550
</dependencies>
6651

67-
<build>
68-
<plugins>
69-
<plugin>
70-
<groupId>org.apache.maven.plugins</groupId>
71-
<artifactId>maven-source-plugin</artifactId>
72-
<version>2.2.1</version>
73-
<executions>
74-
<execution>
75-
<id>attach-sources</id>
76-
<goals>
77-
<goal>jar-no-fork</goal>
78-
</goals>
79-
</execution>
80-
</executions>
81-
</plugin>
82-
<plugin>
83-
<groupId>org.apache.maven.plugins</groupId>
84-
<artifactId>maven-javadoc-plugin</artifactId>
85-
<version>2.9.1</version>
86-
<executions>
87-
<execution>
88-
<id>attach-javadocs</id>
89-
<goals>
90-
<goal>jar</goal>
91-
</goals>
92-
</execution>
93-
</executions>
94-
</plugin>
95-
<plugin>
96-
<groupId>org.sonatype.plugins</groupId>
97-
<artifactId>nexus-staging-maven-plugin</artifactId>
98-
<version>1.6.7</version>
99-
<extensions>true</extensions>
100-
<configuration>
101-
<serverId>ossrh</serverId>
102-
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
103-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
104-
</configuration>
105-
</plugin>
106-
<plugin>
107-
<groupId>org.apache.maven.plugins</groupId>
108-
<artifactId>maven-gpg-plugin</artifactId>
109-
<version>1.5</version>
110-
<executions>
111-
<execution>
112-
<id>sign-artifacts</id>
113-
<phase>verify</phase>
114-
<goals>
115-
<goal>sign</goal>
116-
</goals>
117-
<configuration>
118-
<gpgArguments>
119-
<arg>--pinentry-mode</arg>
120-
<arg>loopback</arg>
121-
</gpgArguments>
122-
</configuration>
123-
</execution>
124-
</executions>
125-
</plugin>
126-
</plugins>
127-
</build>
128-
12952
<distributionManagement>
130-
<snapshotRepository>
131-
<id>ossrh</id>
132-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
133-
</snapshotRepository>
13453
<repository>
135-
<id>ossrh</id>
136-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
54+
<id>bintray-bliblidotcom-maven</id>
55+
<name>bliblidotcom-maven</name>
56+
<url>https://api.bintray.com/maven/bliblidotcom/maven/seller-api-client-java/;publish=1</url>
13757
</repository>
13858
</distributionManagement>
13959

140-
</project>
60+
</project>

0 commit comments

Comments
 (0)