Skip to content

Commit

Permalink
Update API to 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Aug 17, 2023
1 parent 610bd23 commit b2b76c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-parent</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<relativePath />
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void prepareData() throws IOException {
// Only with Spring context
persistEntities("csv", new Class[]{Node.class, Parameter.class, Project.class, Subscription.class, ParameterValue.class},
StandardCharsets.UTF_8);
this.subscription = getSubscription("gStack");
this.subscription = getSubscription("Jupiter");
}

private void mockVersion() throws IOException {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/csv/project.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pkey;name;teamLeader;description
ligoj-gstack;gStack;fdaugan;Stack
ligoj-jupiter;Jupiter;fdaugan;Stack
2 changes: 1 addition & 1 deletion src/test/resources/csv/subscription.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node.id;project.name
service:qa:sonarqube:bpr;gStack
service:qa:sonarqube:bpr;Jupiter

0 comments on commit b2b76c4

Please sign in to comment.