8000 update · githubcs/Java-Coding-Problems@a795a7e · GitHub
[go: up one dir, main page]

Skip to content

Commit a795a7e

Browse files
committed
update
1 parent 0cf244e commit a795a7e

File tree

2 files changed

+4
-4
lines changed
  • Chapter13

2 files changed

+4
-4
lines changed

Chapter13/P250_QueryParametersBuilder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>com.jpa</groupId>
7-
<artifactId>P283_QueryParametersBuilder</artifactId>
7+
<artifactId>P250_QueryParametersBuilder</artifactId>
88
<version>1.0</version>
99
<packaging>jar</packaging>
1010

11-
<name>P283_QueryParametersBuilder</name>
11+
<name>P250_QueryParametersBuilder</name>
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>

Chapter13/P263_JsonViaHttpClient/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>packt</groupId>
5-
<artifactId>P295_JsonViaHttpClient</artifactId>
5+
<artifactId>P263_JsonViaHttpClient</artifactId>
66
<version>1.0</version>
77
<packaging>jar</packaging>
88
<properties>
@@ -28,5 +28,5 @@
2828
<version>1.1.2</version>
2929
</dependency>
3030
</dependencies>
31-
<name>P295_JsonViaHttpClient</name>
31+
<name>P263_JsonViaHttpClient</name>
3232
</project>

0 commit comments

Comments
 (0)
0