Skip to content

Commit dc92554

Browse files
v1.0.0 - Removed Support Of Marketplace
1 parent 16830eb commit dc92554

40 files changed

+35
-3525
lines changed

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@
6161
</developers>
6262

6363
<distributionManagement>
64-
<!-- <snapshotRepository>
64+
<snapshotRepository>
6565
<id>ossrh</id>
6666
<name>Apache Maven Packages Snapshot</name>
6767
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
68-
</snapshotRepository> -->
69-
<snapshotRepository>
68+
</snapshotRepository>
69+
<!-- <snapshotRepository>
7070
<id>github</id>
7171
<name>GitHub Apache Maven Packages</name>
7272
<url>https://maven.pkg.github.com/contentstack/contentstack-management-java</url>
73-
</snapshotRepository>
73+
</snapshotRepository> -->
7474
<repository>
7575
<id>ossrh</id>
7676
<name>Apache Maven Packages Release</name>
77-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
77+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
7878
</repository>
7979
</distributionManagement>
8080

@@ -246,20 +246,20 @@
246246
<version>${maven-site-plugin.version}</version>
247247
</plugin>
248248

249-
<!-- <plugin>-->
250-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
251-
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
252-
<!-- <version>${maven-gpg-plugin.version}</version>-->
253-
<!-- <executions>-->
254-
<!-- <execution>-->
255-
<!-- <id>sign-artifacts</id>-->
256-
<!-- <phase>verify</phase>-->
257-
<!-- <goals>-->
258-
<!-- <goal>sign</goal>-->
259-
<!-- </goals>-->
260-
<!-- </execution>-->
261-
<!-- </executions>-->
262-
<!-- </plugin>-->
249+
<!-- <plugin>
250+
<groupId>org.apache.maven.plugins</groupId>
251+
<artifactId>maven-gpg-plugin</artifactId>
252+
<version>${maven-gpg-plugin.version}</version>
253+
<executions>
254+
<execution>
255+
<id>sign-artifacts</id>
256+
<phase>verify</phase>
257+
<goals>
258+
<goal>sign</goal>
259+
</goals>
260+
</execution>
261+
</executions>
262+
</plugin> -->
263263

264264
<plugin>
265265
<groupId>org.apache.maven.plugins</groupId>

src/main/java/com/contentstack/cms/Parametron.java renamed to src/main/java/com/contentstack/cms/BaseImplementation.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
/**
77
* The interface Parametron.
88
*/
9-
public interface Parametron {
9+
public interface BaseImplementation {
1010

1111
/**
1212
* The function adds a parameter to a collection using a key-value pair.
13-
*
13+
*
1414
* @param <T> the type of the parameter
1515
* @param key A string representing the key of the parameter. It cannot be
1616
* null and must be
@@ -24,7 +24,7 @@ public interface Parametron {
2424

2525
/**
2626
* The function adds a header with a key-value pair to a request.
27-
*
27+
*
2828
* @param <T> the type of the parameter
2929
* @param key The key parameter is a string that represents the name or
3030
* identifier of the header.
@@ -40,7 +40,7 @@ public interface Parametron {
4040
* The function "addParams" takes a HashMap of String keys and Object values as
4141
* input and returns a
4242
* generic type T.
43-
*
43+
*
4444
* @param <T> the type of the parameter
4545
* @param params The "params" parameter is a HashMap that maps String keys to
4646
* Object values. It is
@@ -51,7 +51,7 @@ public interface Parametron {
5151

5252
/**
5353
* The function adds headers to a HashMap.
54-
*
54+
*
5555
* @param <T> the type of the parameter
5656
* @param headers A HashMap containing key-value pairs of headers, where the key
5757
* is a String

src/main/java/com/contentstack/cms/marketplace/Marketplace.java

Lines changed: 0 additions & 127 deletions
This file was deleted.

0 commit comments

Comments
 (0)