|
4 | 4 |
|
5 | 5 | <groupId>com.ongres.scram</groupId>
|
6 | 6 | <artifactId>scram-parent</artifactId>
|
7 |
| - <version>3.1-SNAPSHOT</version> |
| 7 | + <version>3.1</version> |
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <name>SCRAM - Parent</name>
|
|
44 | 44 | <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
|
45 | 45 | <connection>scm:git:https://github.com/ongres/scram.git</connection>
|
46 | 46 | < developerConnection>scm:git: [email protected]:ongres/scram.git</ developerConnection>
|
| 47 | + <tag>3.1</tag> |
47 | 48 | <url>https://github.com/ongres/scram</url>
|
48 | 49 | </scm>
|
49 | 50 |
|
|
54 | 55 |
|
55 | 56 | <distributionManagement>
|
56 | 57 | <repository>
|
57 |
| - <id>ossrh-release</id> |
| 58 | + <id>ossrh</id> |
58 | 59 | <name>OSSRH Release repository</name>
|
59 | 60 | <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
|
60 | 61 | </repository>
|
61 | 62 | <snapshotRepository>
|
62 |
| - <id>ossrh-snapshot</id> |
| 63 | + <id>ossrh</id> |
63 | 64 | <name>OSSRH Snapshot repository</name>
|
64 | 65 | <url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
65 | 66 | </snapshotRepository>
|
|
71 | 72 | <base.java.version>8</base.java.version>
|
72 | 73 | <maven.compiler.source>${base.java.version}</maven.compiler.source>
|
73 | 74 | <maven.compiler.target>${base.java.version}</maven.compiler.target>
|
74 |
| - <project.build.outputTimestamp>2024-04-03T17:00:00Z</project.build.outputTimestamp> |
| 75 | + <project.build.outputTimestamp>2024-06-26T00:50:00Z</project.build.outputTimestamp> |
75 | 76 | <!-- Dependency versions -->
|
76 | 77 | <jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
|
77 | 78 | <junit5.version>5.10.2</junit5.version>
|
78 |
| - <saslprep.version>2.1</saslprep.version> |
| 79 | + <saslprep.version>2.2</saslprep.version> |
79 | 80 | <!-- Plugins versions -->
|
80 | 81 | <compiler-plugin.version>3.13.0</compiler-plugin.version>
|
81 | 82 | <jar-plugin.version>3.4.2</jar-plugin.version>
|
|
486 | 487 | <compilerArgs>
|
487 | 488 | <arg>-Xlint:all</arg>
|
488 | 489 | <arg>-XDcompilePolicy=simple</arg>
|
489 |
| - <arg>-Xplugin:ErrorProne \ |
490 |
| - -XepAllErrorsAsWarnings \ |
491 |
| - -XepDisableWarningsInGeneratedCode</arg> |
| 490 | + <arg>-Xplugin:ErrorProne -XepAllErrorsAsWarnings -XepDisableWarningsInGeneratedCode</arg> |
492 | 491 | <!-- Required on JDK 16+ due to JEP 396 -->
|
493 | 492 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
|
494 | 493 | <arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
|
|
0 commit comments