Skip to content

Commit 19862cc

Browse files
committed
<openam.version>14.2.2-SNAPSHOT</openam.version>
1 parent e291b82 commit 19862cc

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

OpenAM

Submodule OpenAM updated 156 files

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<version>4.0.6-SNAPSHOT</version>
2828
<packaging>pom</packaging>
2929
<properties>
30-
<openam.version>14.1.17-SNAPSHOT</openam.version>
30+
<openam.version>14.2.2-SNAPSHOT</openam.version>
3131
<!-- <websphere.libraries.v61.system.path>/var/tmp/extlib/websphere/v61</websphere.libraries.v61.system.path> -->
3232
<!-- <com.ibm.ws.runtime.v61.version>6.1.0</com.ibm.ws.runtime.v61.version> -->
3333
<!-- <weblogic.libraries.v10.system.path>/var/tmp/extlib/weblogic/v10</weblogic.libraries.v10.system.path> -->
@@ -87,10 +87,14 @@
8787
<version>2.3</version>
8888
</plugin>
8989
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-release-plugin</artifactId>
92-
<version>2.5.3</version>
90+
<groupId>org.apache.maven.plugins</groupId>
91+
<artifactId>maven-release-plugin</artifactId>
92+
<version>2.5.3</version>
9393
</plugin>
94+
<plugin>
95+
<artifactId>maven-assembly-plugin</artifactId>
96+
<version>3.1.1</version>
97+
</plugin>
9498
</plugins>
9599
</pluginManagement>
96100
</build>

0 commit comments

Comments
 (0)