Skip to content

Commit

Permalink
docs/comments: more Jira link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Feb 14, 2024
1 parent 3795194 commit 5f2f538
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Maps namespaces to preferred prefixes. Should be used through the code to
* avoid generation of prefixes.
*
* @see <a href="https://jira.evolveum.com/browse/MID-349">MID-349</a>
* @see <a href="https://support.evolveum.com/wp/349">MID-349</a>
*
* TODO consider removal from the Prism API
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Although this is usually used as singleton (static), it can also be instantiated to locally
* override some namespace mappings. This is useful for prefixes like "tns" (schema) or "ri" (resource schema).
*
* @see <a href="https://jira.evolveum.com/browse/MID-349">MID-349</a>
* @see <a href="https://support.evolveum.com/wp/349">MID-349</a>
*
* @author Igor Farinic
* @author Radovan Semancik
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<url>https://github.com/Evolveum/prism.git</url>
</scm>
<issueManagement>
<system>Atlassian JIRA</system>
<url>https://jira.evolveum.com/browse/MID</url>
<system>OpenProject</system>
<url>https://support.evolveum.com/</url>
</issueManagement>


Expand Down Expand Up @@ -105,7 +105,7 @@
<checkstyle.version>3.3.0</checkstyle.version>
<classgraph.version>4.8.162</classgraph.version>
<xerces.version>2.12.2</xerces.version>

<plexus.container.version>1.7.1</plexus.container.version>
<plexus.classworlds.version>2.6.0</plexus.classworlds.version>
<maven.api.version>3.8.5</maven.api.version>
Expand Down Expand Up @@ -514,7 +514,7 @@
<SCM-Revision>${git.describe}</SCM-Revision>
<Organization>Evolveum</Organization>
<Organization-URL>https://www.evolveum.com</Organization-URL>
<Bugtracking-System>https://jira.evolveum.com</Bugtracking-System>
<Bugtracking-System>https://support.evolveum.com</Bugtracking-System>
<License>dual-licensed under the Apache License 2.0 and European Union Public License</License>
<License-URL>https://www.apache.org/licenses/LICENSE-2.0.txt and https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12</License-URL>
</manifestEntries>
Expand Down

0 comments on commit 5f2f538

Please sign in to comment.