Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion GeneXusCryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


Expand Down
3 changes: 2 additions & 1 deletion GeneXusFtps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


Expand Down
3 changes: 2 additions & 1 deletion GeneXusJWT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


Expand Down
3 changes: 2 additions & 1 deletion GeneXusSftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


Expand Down
5 changes: 3 additions & 2 deletions GeneXusXmlSignature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>GeneXusXmlSignature</artifactId>
Expand All @@ -25,7 +26,7 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>2.2.3</version>
<version>3.0.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk15on -->
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion SecurityAPICommons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<parent>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>


Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.genexus</groupId>
<artifactId>SecurityAPIParent</artifactId>
<version>18.5.0</version>
<version>18.7.0</version>
<packaging>pom</packaging>

<name>GeneXusSecurityAPI (Parent)</name>
Expand Down Expand Up @@ -97,14 +97,14 @@
<version>${project.version}</version>
<destFileName>GeneXusFtps</destFileName>
</artifactItem>
<artifactItem>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPICommonsTest</artifactId>
<version>${project.version}</version>
<destFileName>SecurityAPICommonsTest</destFileName>
<scope>test</scope>
</artifactItem>
</artifactItems>
<artifactItem>
<groupId>com.genexus</groupId>
<artifactId>SecurityAPICommonsTest</artifactId>
<version>${project.version}</version>
<destFileName>SecurityAPICommonsTest</destFileName>
<scope>test</scope>
</artifactItem>
</configuration>
<executions>
<execution>
Expand Down