Skip to content

Commit a519f66

Browse files
committed
Prepare 25.2.0
> mvn clean versions:set -DnewVersion=25.2.0 > find . -name "*.conf" | xargs sed -i '' 's/25.2-dev/25.2.0/' > find . -name "*.yaml" | xargs sed -i '' 's/25.2-dev/25.2.0/'
1 parent 26ae880 commit a519f66

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

ebsi-portal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.nessus.identity</groupId>
99
<artifactId>nessus-identity</artifactId>
10-
<version>25.2.0-SNAPSHOT</version>
10+
<version>25.2.0</version>
1111
</parent>
1212

1313
<name>Nessus Identity :: EBSI Conformance</name>

ebsi-portal/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "25.2-dev"
1+
version = "25.2.0"
22

33
server {
44
host = "0.0.0.0"

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 25.1.0
1+
version: 25.2.0

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>nessus-identity</artifactId>
99
<packaging>pom</packaging>
1010

11-
<version>25.2.0-SNAPSHOT</version>
11+
<version>25.2.0</version>
1212

1313
<name>Nessus Identity</name>
1414
<description>Digital Identity and Verifiable Credentials</description>
@@ -343,7 +343,7 @@
343343
<plugin>
344344
<groupId>org.apache.maven.plugins</groupId>
345345
<artifactId>maven-failsafe-plugin</artifactId>
346-
<version>${version-maven-surefire-plugin}</version>
346+
<version>${version-maven-failsafe-plugin}</version>
347347
</plugin>
348348
<plugin>
349349
<groupId>org.apache.maven.plugins</groupId>

service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.nessus.identity</groupId>
99
<artifactId>nessus-identity</artifactId>
10-
<version>25.2.0-SNAPSHOT</version>
10+
<version>25.2.0</version>
1111
</parent>
1212

1313
<name>Nessus Identity :: Service</name>

service/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "25.2-dev"
1+
version = "25.2.0"
22

33
server {
44
host = "0.0.0.0"

service/src/test/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "25.2-dev"
1+
version = "25.2.0"
22

33
server {
44
host = "0.0.0.0"

0 commit comments

Comments
 (0)