FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Java-Thread-Affinity/pom.xml at sausage/docs-https · OpenHFT/Java-Thread-Affinity · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
OpenHFT
/
Java-Thread-Affinity
Public
Notifications
You must be signed in to change notification settings
Fork
366
Star
1.9k
Code
Issues
7
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Java-Thread-Affinity
/
pom.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (29 loc) · 1.2 KB
Breadcrumbs
Java-Thread-Affinity
/
pom.xml
Copy path
File metadata and controls
38 lines (29 loc) · 1.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<!--
Copyright 2013-2025 chronicle.software; SPDX-License-Identifier: Apache-2.0
-->
<
project
xmlns
=
"
http://maven.apache.org/POM/4.0.0
"
xmlns
:
xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi
:
schemaLocation
=
"
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd
"
>
<
modelVersion
>4.0.0</
modelVersion
>
<
parent
>
<
groupId
>net.openhft</
groupId
>
<
artifactId
>java-parent-pom</
artifactId
>
<
version
>2026.0</
version
>
<
relativePath
/>
</
parent
>
<
artifactId
>Java-Thread-Affinity</
artifactId
>
<
version
>2026.3-SNAPSHOT</
version
>
<
packaging
>pom</
packaging
>
<
name
>OpenHFT/Java-Thread-Affinity Parent</
name
>
<
description
>Java Thread Affinity library</
description
>
<
modules
>
<
module
>affinity</
module
>
<
module
>affinity-test</
module
>
</
modules
>
<
scm
>
<
url
>scm:git:git@github.com:OpenHFT/Java-Thread-Affinity.git</
url
>
<
connection
>scm:git:git@github.com:OpenHFT/Java-Thread-Affinity.git</
connection
>
<
developerConnection
>scm:git:git@github.com:OpenHFT/Java-Thread-Affinity.git
</
developerConnection
>
<
tag
>ea</
tag
>
</
scm
>
</
project
>
Back
|
FazBrowse Home
|
New Git URL