Skip to content

Commit 207de02

Browse files
committed
UNITSOFMEASUREMENT-35: Make RI and related libraries available to public
Maven repositories 0.8 RC 1 Task-Url: https://java.net/jira/browse/UNITSOFMEASUREMENT-35
1 parent e3254d8 commit 207de02

File tree

1 file changed

+25
-21
lines changed

1 file changed

+25
-21
lines changed

pom.xml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>javax.measure</groupId>
55
<artifactId>unit-api</artifactId>
6-
<version>0.8-SNAPSHOT</version>
6+
<version>0.8-RC1</version>
77
<name>Units of Measurement API</name>
88
<packaging>bundle</packaging>
99
<url>http://unitsofmeasurement.github.io/</url>
@@ -154,15 +154,25 @@
154154
</roles>
155155
</developer>
156156
<developer>
157-
<id>duckasteroid</id>
158-
<name>Chris Senior</name>
159-
<email>christopher.senior@gmail.com</email>
160-
<organization>Snap-on Inc.</organization>
161-
<roles>
162-
<role>Expert</role>
163-
<role>Java Developer</role>
164-
</roles>
165-
</developer>
157+
<id>rajmahendra</id>
158+
<name>Rajmahendra Hegde</name>
159+
<email>rajmahendra@gmail.com</email>
160+
<organization>JUG Chennai</organization>
161+
<roles>
162+
<role>Expert</role>
163+
<role>Java Developer</role>
164+
</roles>
165+
</developer>
166+
<developer>
167+
<id>duckasteroid</id>
168+
<name>Chris Senior</name>
169+
<email>christopher.senior@gmail.com</email>
170+
<organization>Snap-on Inc.</organization>
171+
<roles>
172+
<role>Expert</role>
173+
<role>Java Developer</role>
174+
</roles>
175+
</developer>
166176
</developers>
167177
<contributors>
168178
<contributor>
@@ -222,7 +232,7 @@
222232
<plugin>
223233
<groupId>org.apache.maven.plugins</groupId>
224234
<artifactId>maven-source-plugin</artifactId>
225-
<version>2.2.1</version>
235+
<version>2.4</version>
226236
<executions>
227237
<execution>
228238
<id>attach-sources</id>
@@ -237,7 +247,7 @@
237247
<plugin>
238248
<groupId>org.apache.maven.plugins</groupId>
239249
<artifactId>maven-javadoc-plugin</artifactId>
240-
<version>2.9</version>
250+
<version>2.10.2</version>
241251
<executions>
242252
<execution>
243253
<id>attach-javadocs</id>
@@ -263,7 +273,7 @@
263273
<plugin>
264274
<groupId>org.apache.maven.plugins</groupId>
265275
<artifactId>maven-jar-plugin</artifactId>
266-
<version>2.5</version>
276+
<version>2.6</version>
267277
<configuration>
268278
<archive>
269279
<manifest>
@@ -286,12 +296,8 @@
286296
<artifactId>maven-bundle-plugin</artifactId>
287297
<version>2.5.3</version>
288298
<extensions>true</extensions>
289-
<!-- configuration>
290-
<instructions>
291-
<Export-Package>javax.measure.*</Export-Package>
292-
<Private-Package>!*</Private-Package>
293-
</instructions>
294-
</configuration -->
299+
<!-- configuration> <instructions> <Export-Package>javax.measure.*</Export-Package>
300+
<Private-Package>!*</Private-Package> </instructions> </configuration -->
295301
</plugin>
296302

297303
<!-- Resources -->
@@ -391,7 +397,6 @@
391397
</configuration>
392398
</plugin>
393399
</plugins>
394-
395400
</build>
396401

397402
<!-- Deployment to public servers -->
@@ -494,6 +499,5 @@
494499
</plugins>
495500
</build>
496501
</profile>
497-
498502
</profiles>
499503
</project>

0 commit comments

Comments
 (0)