Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
javaofferss committed Jun 24, 2023
1 parent 765035e commit 0ee02c2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
10 changes: 9 additions & 1 deletion brief-router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@

<artifactId>brief-router</artifactId>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
</project>
10 changes: 9 additions & 1 deletion brief-sharding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@

<artifactId>brief-sharding</artifactId>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>
</project>
9 changes: 9 additions & 0 deletions brief-sqlstatement/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,14 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 0ee02c2

Please sign in to comment.