Skip to content

Commit aebc9a8

Browse files
author
Rob Austin
committed
HCOLL-36 Release all the project using new team city setup
1 parent 172a8e5 commit aebc9a8

File tree

1 file changed

+0
-83
lines changed

1 file changed

+0
-83
lines changed

affinity/pom.xml

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -87,52 +87,10 @@
8787
<build>
8888

8989
<plugins>
90-
<plugin>
91-
<artifactId>maven-compiler-plugin</artifactId>
92-
<version>3.1</version>
93-
<configuration>
94-
<source>1.6</source>
95-
<target>1.6</target>
96-
<encoding>UTF-8</encoding>
97-
</configuration>
98-
</plugin>
99-
100-
<plugin>
101-
<groupId>org.apache.maven.plugins</groupId>
102-
<artifactId>maven-source-plugin</artifactId>
103-
<executions>
104-
<execution>
105-
<id>attach-sources</id>
106-
<phase>verify</phase>
107-
<goals>
108-
<goal>jar</goal>
109-
</goals>
110-
</execution>
111-
</executions>
112-
</plugin>
113-
114-
<plugin>
115-
<groupId>org.apache.maven.plugins</groupId>
116-
<artifactId>maven-javadoc-plugin</artifactId>
117-
<executions>
118-
<execution>
119-
<id>attach-javadocs</id>
120-
<phase>verify</phase>
121-
<goals>
122-
<goal>jar</goal>
123-
</goals>
124-
</execution>
125-
</executions>
126-
<configuration>
127-
<show>public</show>
128-
<nohelp>true</nohelp>
129-
</configuration>
130-
</plugin>
13190

13291
<plugin>
13392
<groupId>org.apache.felix</groupId>
13493
<artifactId>maven-bundle-plugin</artifactId>
135-
<version>2.3.7</version>
13694
<extensions>true</extensions>
13795
<configuration>
13896
<instructions>
@@ -148,47 +106,6 @@
148106
</plugins>
149107
</build>
150108

151-
152-
<url>http://www.openhft.net</url>
153-
<licenses>
154-
<license>
155-
<name>The Apache Software License, Version 2.0</name>
156-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
157-
<distribution>repo</distribution>
158-
<comments>A business-friendly OSS license</comments>
159-
</license>
160-
</licenses>
161-
162-
<developers>
163-
<developer>
164-
<name>Peter Lawrey</name>
165-
<email>[email protected]</email>
166-
</developer>
167-
</developers>
168-
169-
170-
<distributionManagement>
171-
<snapshotRepository>
172-
<id>sonatype-nexus-snapshots</id>
173-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
174-
</snapshotRepository>
175-
<repository>
176-
<id>sonatype-nexus-staging</id>
177-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
178-
</repository>
179-
</distributionManagement>
180-
181-
<repositories>
182-
<repository>
183-
<id>Snapshot Repository</id>
184-
<name>Snapshot Repository</name>
185-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
186-
<snapshots>
187-
<enabled>true</enabled>
188-
</snapshots>
189-
</repository>
190-
</repositories>
191-
192109
<scm>
193110
<url>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</url>
194111
<connection>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity.git</connection>

0 commit comments

Comments
 (0)