Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 3c9d3af

Browse files
committed
Removed comments.
Set type to bundle.
1 parent 96a3d07 commit 3c9d3af

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
<artifactId>moneta-bp</artifactId>
2626
<version>1.0</version>
27-
<packaging>jar</packaging>
27+
<packaging>bundle</packaging>
2828

29-
<name>Moneta (JSR 354 RI) - Java7 Compatible</name>
29+
<name>Moneta (JSR 354 RI) for Java7</name>
3030

3131
<description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
3232
Money and Currency.
@@ -150,13 +150,10 @@
150150
<requireJavaVersion>
151151
<version>1.7.0</version>
152152
</requireJavaVersion>
153-
<!-- <bannedDependencies> <excludes> <exclude>commons-logging:*</exclude>
154-
</excludes> </bannedDependencies> -->
155153
<requirePluginVersions>
156154
<banLatest>true</banLatest>
157155
<banRelease>true</banRelease>
158156
<banSnapshots>true</banSnapshots>
159-
<!-- <unCheckedPluginList>org.codehaus.mojo:sonar-maven-plugin</unCheckedPluginList> -->
160157
</requirePluginVersions>
161158
</rules>
162159
</configuration>

0 commit comments

Comments
 (0)