Skip to content

Commit

Permalink
[IMP] 修改gitlab api
Browse files Browse the repository at this point in the history
  • Loading branch information
李浩 committed Apr 21, 2023
1 parent 0f37bef commit c61c007
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions choerodon-gitlab4j-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>choerodon-gitlab4j-api</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
<packaging>jar</packaging>
<name>choerodon-gitlab4j-api</name>
<description>GitLab API Java Client</description>
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>
<build>
<defaultGoal>package</defaultGoal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*/

import java.util.List;

import javax.ws.rs.core.Form;
import javax.ws.rs.core.GenericType;
import javax.ws.rs.core.Response;
Expand Down Expand Up @@ -208,7 +207,7 @@ public void deleteDeployKey(Integer projectId, Integer keyId) throws GitLabApiEx
throw new RuntimeException("keyId cannot be null");
}

delete(Response.Status.OK, null, "projects", projectId, "deploy_keys", keyId);
delete(Response.Status.NO_CONTENT, null, "projects", projectId, "deploy_keys", keyId);
}

/**
Expand Down
4 changes: 2 additions & 2 deletions choerodon-starter-asgard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>choerodon-starter-asgard</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion choerodon-starter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion choerodon-starter-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion choerodon-starter-limit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion choerodon-starter-nacos-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions choerodon-starter-only-office/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>choerodon-starter-parent</artifactId>
<groupId>io.choerodon</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>choerodon-starter-only-office</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion choerodon-tool-liquibase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
</parent>

<artifactId>choerodon-tool-liquibase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.RELEASE</version>
<packaging>pom</packaging>

<parent>
Expand Down

0 comments on commit c61c007

Please sign in to comment.