Skip to content

Commit

Permalink
Merge pull request eugenp#18022 from sk1418/impr-rename-video-artifactId
Browse files Browse the repository at this point in the history
[impr-rename-video-artifactId] rename video-tutorials/jackson-annotat…
  • Loading branch information
lor6 authored Dec 2, 2024
2 parents 92480f7 + b6bb799 commit 636e42d
Show file tree
Hide file tree
Showing 91 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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">
<modelVersion>4.0.0</modelVersion>
<artifactId>jackson-annotations</artifactId>
<artifactId>jackson-annotations-video</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>jackson-annotations</name>
<name>jackson-annotations-video</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down Expand Up @@ -123,4 +123,4 @@
<json-path.version>5.3.2</json-path.version>
</properties>

</project>
</project>
4 changes: 2 additions & 2 deletions video-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</parent>

<modules>
<module>jackson-annotations</module>
<module>jackson-annotations-video</module>
</modules>

</project>
</project>

0 comments on commit 636e42d

Please sign in to comment.