Skip to content

Commit 50f52d5

Browse files
committed
Merge pull request 'update config for IJ' (#48) from xml-2 into main
Reviewed-on: https://src.isharkfly.com/iSharkFly-Docs/java-tutorials/pulls/48 Code merged
2 parents 2787b93 + c6a8551 commit 50f52d5

File tree

11 files changed

+14
-158
lines changed

11 files changed

+14
-158
lines changed

.idea/checkstyle-idea.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/compiler.xml

Lines changed: 2 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 2 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/jarRepositories.xml

Lines changed: 3 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jpa.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/prettier.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<module>toolkits</module>
5757
<module>xml</module>
5858
<module>xml-2</module>
59+
<module>xstream</module>
5960
</modules>
6061

6162
<properties>

xstream/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<description>An Introduction To XStream</description>
1111

1212
<parent>
13-
<groupId>com.baeldung</groupId>
13+
<groupId>com.ossez</groupId>
1414
<artifactId>parent-modules</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>0.0.2-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)