Skip to content

Commit b6bb799

Browse files
committed
[impr-rename-video-artifactId] rename video-tutorials/jackson-annotations artifactId
1 parent 77bd6d0 commit b6bb799

File tree

91 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+5
-5
lines changed

video-tutorials/jackson-annotations/pom.xml renamed to video-tutorials/jackson-annotations-video/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>jackson-annotations</artifactId>
6+
<artifactId>jackson-annotations-video</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
8-
<name>jackson-annotations</name>
8+
<name>jackson-annotations-video</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>
@@ -123,4 +123,4 @@
123123
<json-path.version>5.3.2</json-path.version>
124124
</properties>
125125

126-
</project>
126+
</project>

video-tutorials/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</parent>
1616

1717
<modules>
18-
<module>jackson-annotations</module>
18+
<module>jackson-annotations-video</module>
1919
</modules>
2020

21-
</project>
21+
</project>

0 commit comments

Comments
 (0)