Skip to content

Commit

Permalink
Prepared for release of ao-firewalld-1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Oct 18, 2021
1 parent 4436b1a commit 42c7bc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with ao-firewalld. If not, see <http://www.gnu.org/licenses />.
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.17.4-POST-SNAPSHOT</version>
<groupId>com.aoapps</groupId><artifactId>ao-oss-parent</artifactId><version>1.17.4<!-- -POST-SNAPSHOT --></version>
<relativePath>../oss/parent/pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -221,17 +221,17 @@ along with ao-firewalld. If not, see <http://www.gnu.org/licenses />.
<dependencies>
<!-- Direct -->
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-collections</artifactId><version>3.0.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-collections</artifactId><version>3.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.1.1${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.1.1<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>2.0.2${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>2.0.2<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Transitive -->
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-tlds</artifactId><version>2.0.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-tlds</artifactId><version>2.0.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<!-- Test Direct -->
<dependency>
Expand Down

0 comments on commit 42c7bc7

Please sign in to comment.