Skip to content

Commit

Permalink
push to 1.9 to get compatibility with IdentityIQ 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Ragucci <[email protected]>
  • Loading branch information
mario-ragucci-sp committed May 3, 2019
1 parent 960b283 commit df7b23e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tiny-mfa-plugin</artifactId>
<version>1.8</version>
<version>1.9</version>
<name>tiny-mfa-plugin</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -97,6 +97,6 @@
<parent>
<groupId>de.whisperedshouts</groupId>
<artifactId>global-settings</artifactId>
<version>1.8.0</version>
<version>1.11.0</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion src/main/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE Plugin PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<Plugin name="tiny_mfa_plugin" displayName="Tiny MFA Plugin" version="1.8" disabled="false" certificationLevel="None" minSystemVersion="7.1" maxSystemVersion="7.3">
<Plugin name="tiny_mfa_plugin" displayName="Tiny MFA Plugin" version="1.9" disabled="false" certificationLevel="None" minSystemVersion="7.1" maxSystemVersion="8.0">
<Attributes>
<Map>
<entry key="minUpgradableVersion" value="1.5"/>
Expand Down

0 comments on commit df7b23e

Please sign in to comment.