Skip to content

Commit 2e73808

Browse files
chore(main): release java-sdk 1.0.63-SNAPSHOT
1 parent 748dc76 commit 2e73808

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

examples/check-pwd-policy/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.descope</groupId>
86
<artifactId>check-pwd-policy</artifactId>
9-
<version>1.0</version>
7+
<version>1.0.63-SNAPSHOT</version>
108

119
<properties>
1210
<maven.compiler.release>17</maven.compiler.release>

examples/management-cli/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.descope</groupId>
86
<artifactId>management-cli</artifactId>
9-
<version>1.0</version>
7+
<version>1.0.63-SNAPSHOT</version>
108

119
<properties>
1210
<maven.compiler.source>17</maven.compiler.source>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<groupId>com.descope</groupId>
64
<artifactId>java-sdk</artifactId>
75
<modelVersion>4.0.0</modelVersion>
8-
<version>1.0.64</version>
6+
<version>1.0.63-SNAPSHOT</version>
97
<name>${project.groupId}:${project.artifactId}</name>
108
<description>Java library used to integrate with Descope.</description>
119
<url>https://github.com/descope/descope-java</url>

0 commit comments

Comments
 (0)