Skip to content

Commit d3ecf81

Browse files
committed
[maven-release-plugin] prepare release affinity-3.0
1 parent 9369b54 commit d3ecf81

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

affinity/pom.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@
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>
@@ -28,7 +26,7 @@
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>
@@ -113,10 +111,9 @@
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>
@@ -225,7 +222,7 @@
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>

0 commit comments

Comments
 (0)