Skip to content

Commit

Permalink
Update version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 5, 2024
1 parent 836082f commit 54222f8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CheckOutExamples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Decorator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion DepenDance-Full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Injector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Injector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupid>com.github.jwdeveloper.DepenDance</groupid>
<artifactid>DepenDance-Full</artifactid>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion Tools-Benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion Tools-Readme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>DepenDance</artifactId>
<groupId>io.github.jwdeveloper.dependance</groupId>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.jwdeveloper.dependance</groupId>
<artifactId>DepenDance</artifactId>
<packaging>pom</packaging>
<version>0.0.16-Release</version>
<version>0.0.17-Release</version>
<modules>
<module>Injector</module>
<module>Decorator</module>
Expand Down

0 comments on commit 54222f8

Please sign in to comment.