|  | 
| 23 | 23 |     </parent> | 
| 24 | 24 | 
 | 
| 25 | 25 |     <artifactId>moneta</artifactId> | 
| 26 |  | -    <version>1.0-SNAPSHOT</version> | 
|  | 26 | +    <version>1.0-RC2</version> | 
| 27 | 27 |     <packaging>jar</packaging> | 
| 28 | 28 | 
 | 
| 29 | 29 |     <name>Moneta (JSR 354 RI)</name> | 
|  | 
| 366 | 366 |             </extension> | 
| 367 | 367 |         </extensions> | 
| 368 | 368 | 
 | 
| 369 |  | -		<pluginManagement> | 
| 370 |  | -	        <plugins> | 
| 371 |  | -	            <plugin> | 
| 372 |  | -	                <groupId>org.codehaus.mojo</groupId> | 
| 373 |  | -	                <artifactId>versions-maven-plugin</artifactId> | 
| 374 |  | -	                <configuration></configuration> | 
| 375 |  | -	            </plugin> | 
| 376 |  | -	            <plugin> | 
| 377 |  | -	                <groupId>org.apache.maven.plugins</groupId> | 
| 378 |  | -	                <artifactId>maven-release-plugin</artifactId> | 
| 379 |  | -	            </plugin> | 
| 380 |  | -	            <plugin> | 
| 381 |  | -	                <groupId>org.apache.maven.plugins</groupId> | 
| 382 |  | -	                <artifactId>maven-enforcer-plugin</artifactId> | 
| 383 |  | -	                <executions> | 
| 384 |  | -	                    <execution> | 
| 385 |  | -	                        <id>enforce-versions</id> | 
| 386 |  | -	                        <goals> | 
| 387 |  | -	                            <goal>enforce</goal> | 
| 388 |  | -	                        </goals> | 
| 389 |  | -	                        <configuration> | 
| 390 |  | -	                            <rules> | 
| 391 |  | -	                                <requireMavenVersion> | 
| 392 |  | -	                                    <version>3.0.4</version> | 
| 393 |  | -	                                </requireMavenVersion> | 
| 394 |  | -	                                <requireJavaVersion> | 
| 395 |  | -	                                    <version>1.7.0</version> | 
| 396 |  | -	                                </requireJavaVersion> | 
| 397 |  | -	                                <!-- <bannedDependencies> <excludes> <exclude>commons-logging:*</exclude> | 
| 398 |  | -	                                    </excludes> </bannedDependencies> --> | 
| 399 |  | -	                                <requirePluginVersions> | 
| 400 |  | -	                                    <banLatest>true</banLatest> | 
| 401 |  | -	                                    <banRelease>true</banRelease> | 
| 402 |  | -	                                    <banSnapshots>true</banSnapshots> | 
| 403 |  | -	                                    <!-- <unCheckedPluginList>org.codehaus.mojo:sonar-maven-plugin</unCheckedPluginList> --> | 
| 404 |  | -	                                </requirePluginVersions> | 
| 405 |  | -	                            </rules> | 
| 406 |  | -	                        </configuration> | 
| 407 |  | -	                    </execution> | 
| 408 |  | -	                </executions> | 
| 409 |  | -	            </plugin> | 
| 410 |  | -	            <!-- ======================================================= --> | 
| 411 |  | -	            <!-- Packaging (OSGi bundle) --> | 
| 412 |  | -	            <!-- ======================================================= --> | 
| 413 |  | -	            <plugin> | 
| 414 |  | -	                <groupId>org.apache.felix</groupId> | 
| 415 |  | -	                <artifactId>maven-bundle-plugin</artifactId> | 
| 416 |  | -	            </plugin> | 
| 417 |  | -	 | 
| 418 |  | -	            <plugin> | 
| 419 |  | -	                <groupId>org.apache.maven.plugins</groupId> | 
| 420 |  | -	                <artifactId>maven-jar-plugin</artifactId> | 
| 421 |  | -	            </plugin> | 
| 422 |  | -	            <plugin> | 
| 423 |  | -	                <groupId>org.jacoco</groupId> | 
| 424 |  | -	                <artifactId>jacoco-maven-plugin</artifactId> | 
| 425 |  | -	                <version>0.7.2.201409121644</version> | 
| 426 |  | -	                <executions> | 
| 427 |  | -	                    <execution> | 
| 428 |  | -	                        <id>prepare-agent</id> | 
| 429 |  | -	                        <goals> | 
| 430 |  | -	                            <goal>prepare-agent</goal> | 
| 431 |  | -	                        </goals> | 
| 432 |  | -	                    </execution> | 
| 433 |  | -	                </executions> | 
| 434 |  | -	            </plugin> | 
| 435 |  | -	        </plugins> | 
|  | 369 | +        <pluginManagement> | 
|  | 370 | +            <plugins> | 
|  | 371 | +                <plugin> | 
|  | 372 | +                    <groupId>org.codehaus.mojo</groupId> | 
|  | 373 | +                    <artifactId>versions-maven-plugin</artifactId> | 
|  | 374 | +                    <configuration></configuration> | 
|  | 375 | +                </plugin> | 
|  | 376 | +                <plugin> | 
|  | 377 | +                    <groupId>org.apache.maven.plugins</groupId> | 
|  | 378 | +                    <artifactId>maven-release-plugin</artifactId> | 
|  | 379 | +                </plugin> | 
|  | 380 | +                <plugin> | 
|  | 381 | +                    <groupId>org.apache.maven.plugins</groupId> | 
|  | 382 | +                    <artifactId>maven-enforcer-plugin</artifactId> | 
|  | 383 | +                    <executions> | 
|  | 384 | +                        <execution> | 
|  | 385 | +                            <id>enforce-versions</id> | 
|  | 386 | +                            <goals> | 
|  | 387 | +                                <goal>enforce</goal> | 
|  | 388 | +                            </goals> | 
|  | 389 | +                            <configuration> | 
|  | 390 | +                                <rules> | 
|  | 391 | +                                    <requireMavenVersion> | 
|  | 392 | +                                        <version>3.0.4</version> | 
|  | 393 | +                                    </requireMavenVersion> | 
|  | 394 | +                                    <requireJavaVersion> | 
|  | 395 | +                                        <version>1.7.0</version> | 
|  | 396 | +                                    </requireJavaVersion> | 
|  | 397 | +                                    <!-- <bannedDependencies> <excludes> <exclude>commons-logging:*</exclude> | 
|  | 398 | +                                        </excludes> </bannedDependencies> --> | 
|  | 399 | +                                    <requirePluginVersions> | 
|  | 400 | +                                        <banLatest>true</banLatest> | 
|  | 401 | +                                        <banRelease>true</banRelease> | 
|  | 402 | +                                        <banSnapshots>true</banSnapshots> | 
|  | 403 | +                                        <!-- <unCheckedPluginList>org.codehaus.mojo:sonar-maven-plugin</unCheckedPluginList> --> | 
|  | 404 | +                                    </requirePluginVersions> | 
|  | 405 | +                                </rules> | 
|  | 406 | +                            </configuration> | 
|  | 407 | +                        </execution> | 
|  | 408 | +                    </executions> | 
|  | 409 | +                </plugin> | 
|  | 410 | +                <!-- ======================================================= --> | 
|  | 411 | +                <!-- Packaging (OSGi bundle) --> | 
|  | 412 | +                <!-- ======================================================= --> | 
|  | 413 | +                <plugin> | 
|  | 414 | +                    <groupId>org.apache.felix</groupId> | 
|  | 415 | +                    <artifactId>maven-bundle-plugin</artifactId> | 
|  | 416 | +                </plugin> | 
|  | 417 | + | 
|  | 418 | +                <plugin> | 
|  | 419 | +                    <groupId>org.apache.maven.plugins</groupId> | 
|  | 420 | +                    <artifactId>maven-jar-plugin</artifactId> | 
|  | 421 | +                </plugin> | 
|  | 422 | +                <plugin> | 
|  | 423 | +                    <groupId>org.jacoco</groupId> | 
|  | 424 | +                    <artifactId>jacoco-maven-plugin</artifactId> | 
|  | 425 | +                    <version>0.7.2.201409121644</version> | 
|  | 426 | +                    <executions> | 
|  | 427 | +                        <execution> | 
|  | 428 | +                            <id>prepare-agent</id> | 
|  | 429 | +                            <goals> | 
|  | 430 | +                                <goal>prepare-agent</goal> | 
|  | 431 | +                            </goals> | 
|  | 432 | +                        </execution> | 
|  | 433 | +                    </executions> | 
|  | 434 | +                </plugin> | 
|  | 435 | +            </plugins> | 
| 436 | 436 |         </pluginManagement> | 
| 437 | 437 |     </build> | 
| 438 | 438 | 
 | 
|  | 
0 commit comments