Skip to content

Commit

Permalink
Renames backoff-jitter to a broader name: design-pattern-cloud.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpvilao-gymondo committed Oct 7, 2019
1 parent c2b029f commit 07fae6d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
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>
<groupId>com.baeldung</groupId>
<artifactId>backoff-jitter</artifactId>
<artifactId>design-patterns-cloud</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>backoff-jitter</name>
<name>design-patterns-cloud</name>

<dependencies>
<dependency>
Expand Down Expand Up @@ -52,4 +52,4 @@
<resilience4j.version>0.16.0</resilience4j.version>
</properties>

</project>
</project>
2 changes: 1 addition & 1 deletion patterns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module>design-patterns-structural</module>
<module>solid</module>
<module>dip</module>
<module>backoff-jitter</module>
<module>design-patterns-cloud</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 07fae6d

Please sign in to comment.