Skip to content

Commit

Permalink
release: Prepare 3.0 🚀
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Apr 3, 2024
1 parent 666dcaf commit dd9bb52
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ongres.scram</groupId>
<artifactId>scram-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<relativePath>scram-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion scram-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ongres.scram</groupId>
<artifactId>scram-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<relativePath>../scram-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion scram-client/src/it/jpms-scram-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.ongres.scram.it</groupId>
<artifactId>jpms-scram-client</artifactId>
<name>JPMS Scram Client</name>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion scram-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ongres.scram</groupId>
<artifactId>scram-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<relativePath>../scram-parent/pom.xml</relativePath>
</parent>

Expand Down
11 changes: 9 additions & 2 deletions scram-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.ongres.scram</groupId>
<artifactId>scram-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0</version>
<packaging>pom</packaging>

<name>SCRAM - Parent</name>
Expand Down Expand Up @@ -71,7 +71,7 @@
<base.java.version>8</base.java.version>
<maven.compiler.source>${base.java.version}</maven.compiler.source>
<maven.compiler.target>${base.java.version}</maven.compiler.target>
<project.build.outputTimestamp>2024-04-01T00:01:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-03T17:00:00Z</project.build.outputTimestamp>
<!-- Dependency versions -->
<junit5.version>5.10.2</junit5.version>
<!-- Plugins versions -->
Expand Down Expand Up @@ -409,6 +409,13 @@
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>${cyclonedx-plugin.version}</version>
<configuration>
<includeCompileScope>true</includeCompileScope>
<includeProvidedScope>false</includeProvidedScope>
<includeRuntimeScope>false</includeRuntimeScope>
<includeSystemScope>false</includeSystemScope>
<includeTestScope>false</includeTestScope>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit dd9bb52

Please sign in to comment.