File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 ~ GNU Lesser General Public License for more details.
1313 ~
1414 ~ You should have received a copy of the GNU Lesser General Public License
15- ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
15+ ~ along with this program. If not, see <http://www.gnu.org/licenses />.
1616 -->
1717
18- <project xmlns =" http://maven.apache.org/POM/4.0.0"
19- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
20- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
18+ <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" >
2119
2220 <parent >
2321 <groupId >net.openhft</groupId >
2826
2927 <modelVersion >4.0.0</modelVersion >
3028 <artifactId >affinity</artifactId >
31- <version >3.0-SNAPSHOT </version >
29+ <version >3.0</version >
3230 <packaging >bundle</packaging >
3331
3432 <name >OpenHFT/Java-Thread-Affinity/affinity</name >
113111 </goals >
114112 <configuration >
115113 <target >
116- <property name =" makefile"
117- value =" ${project.basedir}/${native.source.dir}/Makefile" />
114+ <property name =" makefile" value =" ${project.basedir}/${native.source.dir}/Makefile" />
118115 <!-- make it executable -->
119- <chmod file =" ${makefile}" perm =" u+x" />
116+ <chmod file =" ${makefile}" perm =" u+x" />
120117 </target >
121118 </configuration >
122119 </execution >
225222 <
connection >scm:git:
[email protected] :OpenHFT/Java-Thread-Affinity.git</
connection >
226223 <
developerConnection >scm:git:
[email protected] :OpenHFT/Java-Thread-Affinity.git
227224 </developerConnection >
228- <tag >master </tag >
225+ <tag >affinity-3.0 </tag >
229226 </scm >
230227
231228</project >
You can’t perform that action at this time.
0 commit comments