Skip to content

Commit

Permalink
Prepared for release of ao-oss-parent-1.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Aug 14, 2022
1 parent 895674e commit 9a02bd2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
</configuration>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>pgp-keys-map</artifactId><version>1.3.3-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
<groupId>com.aoapps</groupId><artifactId>pgp-keys-map</artifactId><version>1.3.3<!-- ${POST-SNAPSHOT} --></version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -1833,7 +1833,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-remote-resources-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-offline</artifactId><version>3.2.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-offline</artifactId><version>3.2.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
</dependencies>
<executions>
Expand All @@ -1842,7 +1842,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<configuration>
<attachToMain>false</attachToMain><attachToTest>false</attachToTest>
<resourceBundles>
<resourceBundle>com.aoapps:ao-javadoc-offline:3.2.0${POST-SNAPSHOT}</resourceBundle>
<resourceBundle>com.aoapps:ao-javadoc-offline:3.2.0<!-- ${POST-SNAPSHOT} --></resourceBundle>
</resourceBundles>
<outputDirectory>${project.build.directory}/offlineLinks</outputDirectory>
</configuration>
Expand Down Expand Up @@ -1922,13 +1922,13 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-resources</artifactId><version>1.0.2${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-resources</artifactId><version>1.0.2<!-- ${POST-SNAPSHOT} --></version>
</dependency>
</dependencies>
<configuration>
<resourcesArtifacts>
<resourcesArtifact>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-resources</artifactId><version>1.0.2${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-javadoc-resources</artifactId><version>1.0.2<!-- ${POST-SNAPSHOT} --></version>
</resourcesArtifact>
</resourcesArtifacts>
</configuration>
Expand Down Expand Up @@ -1992,7 +1992,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0<!-- ${POST-SNAPSHOT} --></version>
<type>jar</type>
<includes>ao-checkstyle-config/checkstyle-configuration.xml</includes>
</artifactItem>
Expand All @@ -2002,7 +2002,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
</executions>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0<!-- ${POST-SNAPSHOT} --></version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -2011,7 +2011,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<groupId>org.openrewrite.maven</groupId><artifactId>rewrite-maven-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -2039,7 +2039,7 @@ along with ao-oss-parent. If not, see <https://www.gnu.org/licenses/>.
<groupId>org.apache.maven.plugins</groupId><artifactId>maven-checkstyle-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-checkstyle-config</artifactId><version>1.1.0<!-- ${POST-SNAPSHOT} --></version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 9a02bd2

Please sign in to comment.