-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proofpoint Release Build:prepare for next development iteration
- Loading branch information
Extreme Build Service User
committed
Apr 22, 2024
1 parent
de5be0a
commit a4d62b6
Showing
29 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>library</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
<name>Library POM</name> | ||
<description>Library POM</description> | ||
|
@@ -103,7 +103,7 @@ | |
<connection>scm:git:git://github.com/proofpoint/platform.git</connection> | ||
<developerConnection>scm:git:[email protected]:proofpoint/platform.git</developerConnection> | ||
<url>http://github.com/proofpoint/platform/tree/master</url> | ||
<tag>3.22</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<build> | ||
|
@@ -681,141 +681,141 @@ | |
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>audit</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>bootstrap</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>configuration</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>concurrent</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>discovery</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>event</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>jaxrs</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>http-server</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>http-client</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>json</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>jmx</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>launcher</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
<classifier>bin</classifier> | ||
<type>tar.gz</type> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>log</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>node</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>reporting</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>reporting-basemetrics</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>reporting-client</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>reporting-prometheus</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>stats</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>units</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>testing</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>trace-token</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>jmx-http</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
|
||
<!-- Java APIs --> | ||
|
@@ -1433,7 +1433,7 @@ | |
<dependency> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>packaging</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<parent> | ||
<groupId>com.proofpoint.platform</groupId> | ||
<artifactId>library</artifactId> | ||
<version>3.22</version> | ||
<version>3.23-SNAPSHOT</version> | ||
<relativePath>library/pom.xml</relativePath> | ||
</parent> | ||
|
||
|
@@ -44,7 +44,7 @@ | |
<connection>scm:git:git://github.com/proofpoint/platform.git</connection> | ||
<developerConnection>scm:git:[email protected]:proofpoint/platform.git</developerConnection> | ||
<url>http://github.com/proofpoint/platform/tree/master</url> | ||
<tag>3.22</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<build> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.