Skip to content

Commit 84ec79f

Browse files
committed
Release v 2.0.1
1 parent 5499248 commit 84ec79f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

affinity/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>net.openhft</groupId>
2424
<artifactId>affinity</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.1</version>
2626
<packaging>bundle</packaging>
2727

2828
<name>OpenHFT/Java-Thread-Affinity</name>
@@ -109,8 +109,8 @@
109109
<nohelp>true</nohelp>
110110
</configuration>
111111
</plugin>
112-
<!-- plugin>
113-
<groupId>org.apache.maven.plugins</groupId>
112+
<plugin>
113+
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115115
<version>1.4</version>
116116
<configuration>
@@ -125,7 +125,7 @@
125125
</goals>
126126
</execution>
127127
</executions>
128-
</plugin -->
128+
</plugin>
129129

130130
<plugin>
131131
<groupId>org.apache.felix</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>net.openhft</groupId>
2424
<artifactId>Java-Thread-Affinity</artifactId>
25-
<version>2.0.1-SNAPSHOT</version>
25+
<version>2.0.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Java Affinity Parent</name>

0 commit comments

Comments
 (0)