Skip to content

Commit ad43655

Browse files
author
Open Identity Platform Community
committed
[maven-release-plugin] prepare release 6.1.1
1 parent 01418c2 commit ad43655

File tree

48 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+54
-54
lines changed

custom-scripted-connector-bundler/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<parent>
2828
<groupId>org.openidentityplatform.openidm</groupId>
2929
<artifactId>openidm-project</artifactId>
30-
<version>6.1.1-SNAPSHOT</version>
30+
<version>6.1.1</version>
3131
</parent>
3232

3333
<groupId>org.openidentityplatform.openidm.tools</groupId>
3434
<artifactId>custom-scripted-connector-bundler</artifactId>
35-
<version>6.1.1-SNAPSHOT</version>
35+
<version>6.1.1</version>
3636
<name>OpenIDM Custom Scripted Groovy Connector Bundler</name>
3737
<description>This is a tool to bundle the Groovy connector using configured bundle name and configuration
3838
parameters without the user needing to write connector code manually (aside from the Groovy scripts).
@@ -42,7 +42,7 @@
4242
<connection>scm:svn:https://svn.forgerock.org/openidm/trunk/tools/custom-scripted-connector-bundler</connection>
4343
<developerConnection>scm:svn:https://svn.forgerock.org/openidm/trunk/tools/custom-scripted-connector-bundler</developerConnection>
4444
<url>http://sources.forgerock.org/browse/openidm/trunk/tools/custom-scripted-connector-bundler</url>
45-
<tag>HEAD</tag>
45+
<tag>6.1.1</tag>
4646
</scm>
4747
<issueManagement>
4848
<system>jira</system>

openidm-api-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.openidentityplatform.openidm</groupId>
2222
<artifactId>openidm-project</artifactId>
23-
<version>6.1.1-SNAPSHOT</version>
23+
<version>6.1.1</version>
2424
</parent>
2525
<artifactId>openidm-api-servlet</artifactId>
2626
<packaging>bundle</packaging>

openidm-audit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.openidentityplatform.openidm</groupId>
3131
<artifactId>openidm-project</artifactId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-audit</artifactId>
3535
<packaging>bundle</packaging>

openidm-authnfilter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.openidentityplatform.openidm</groupId>
3131
<artifactId>openidm-project</artifactId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-authnfilter</artifactId>
3535
<name>OpenIDM Authentication Filter</name>

openidm-cluster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>openidm-project</artifactId>
3131
<groupId>org.openidentityplatform.openidm</groupId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-cluster</artifactId>
3535
<packaging>bundle</packaging>

openidm-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.openidentityplatform.openidm</groupId>
3131
<artifactId>openidm-project</artifactId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-config</artifactId>
3535
<packaging>bundle</packaging>

openidm-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.openidentityplatform.openidm</groupId>
3131
<artifactId>openidm-project</artifactId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-core</artifactId>
3535
<packaging>bundle</packaging>

openidm-crypto/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.openidentityplatform.openidm</groupId>
2222
<artifactId>openidm-project</artifactId>
23-
<version>6.1.1-SNAPSHOT</version>
23+
<version>6.1.1</version>
2424
</parent>
2525
<artifactId>openidm-crypto</artifactId>
2626
<packaging>bundle</packaging>

openidm-customendpoint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>openidm-project</artifactId>
3131
<groupId>org.openidentityplatform.openidm</groupId>
32-
<version>6.1.1-SNAPSHOT</version>
32+
<version>6.1.1</version>
3333
</parent>
3434
<artifactId>openidm-customendpoint</artifactId>
3535
<packaging>bundle</packaging>

openidm-doc/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.openidentityplatform.openidm</groupId>
2323
<artifactId>openidm-project</artifactId>
24-
<version>6.1.1-SNAPSHOT</version>
24+
<version>6.1.1</version>
2525
</parent>
2626

2727
<name>OpenIDM Documentation</name>
@@ -79,10 +79,10 @@
7979
<phase>package</phase>
8080
<configuration>
8181
<target>
82-
<property name="compress_formats" value="webhelp,xhtml,html"/>
82+
<property name="compress_formats" value="webhelp,xhtml,html" />
8383
<ant antfile="${basedir}/src/main/ant/zip.xml">
84-
<target name="docs"/>
85-
</ant>>
84+
<target name="docs" />
85+
</ant>&gt;
8686
</target>
8787
</configuration>
8888
<goals>

0 commit comments

Comments
 (0)