Skip to content

Commit

Permalink
Merge pull request eugenp#12326 from dkapil/task/JAVA-12579
Browse files Browse the repository at this point in the history
Task/java 12579
  • Loading branch information
lor6 authored Jun 7, 2022
2 parents 76c4410 + d2d3dc8 commit b3d7a5d
Show file tree
Hide file tree
Showing 66 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
<module>spring-quartz</module>

<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-remoting-modules</module>
<module>spring-roo</module>

<module>spring-scheduling</module>
Expand Down Expand Up @@ -1106,7 +1106,7 @@
<module>spring-quartz</module>

<module>spring-reactor</module>
<module>spring-remoting</module>
<module>spring-remoting-modules</module>
<module>spring-roo</module>

<module>spring-scheduling</module>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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>spring-remoting</artifactId>
<artifactId>spring-remoting-modules</artifactId>
<version>1.0-SNAPSHOT</version>
<name>spring-remoting</name>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
<artifactId>spring-remoting-modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
<artifactId>spring-remoting-modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
<artifactId>spring-remoting-modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<parent>
<groupId>com.baeldung</groupId>
<artifactId>spring-remoting</artifactId>
<artifactId>spring-remoting-modules</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>

Expand Down

0 comments on commit b3d7a5d

Please sign in to comment.