Skip to content

Commit 1c9b130

Browse files
author
rmpestano
committed
[maven-release-plugin] prepare release 1.3.1
1 parent 0ba7893 commit 1c9b130

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

pom.xml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.sonatype.oss</groupId>
87
<artifactId>oss-parent</artifactId>
98
<version>9</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211

1312
<groupId>com.github.adminfaces</groupId>
1413
<artifactId>admin-theme</artifactId>
15-
<version>1.3.1-SNAPSHOT</version>
14+
<version>1.3.1</version>
1615

1716
<name>admin-theme</name>
1817
<url>https://github.com/adminfaces/admin-theme</url>
@@ -431,8 +430,8 @@
431430
</goals>
432431
<configuration>
433432
<target>
434-
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/>
435-
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/>
433+
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" />
434+
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" />
436435
</target>
437436
</configuration>
438437
</execution>
@@ -571,8 +570,8 @@
571570
</goals>
572571
<configuration>
573572
<target>
574-
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/>
575-
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/>
573+
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" />
574+
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" />
576575
</target>
577576
</configuration>
578577
</execution>
@@ -644,8 +643,8 @@
644643
</goals>
645644
<configuration>
646645
<target>
647-
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/>
648-
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/>
646+
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" />
647+
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" />
649648
</target>
650649
</configuration>
651650
</execution>
@@ -684,8 +683,8 @@
684683
</goals>
685684
<configuration>
686685
<target>
687-
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/>
688-
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/>
686+
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" />
687+
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" />
689688
</target>
690689
</configuration>
691690
</execution>
@@ -787,10 +786,10 @@
787786
</goals>
788787
<configuration>
789788
<target>
790-
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/"/>
791-
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/"/>
792-
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts"/>
793-
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts"/>
789+
<delete dir="${project.build.outputDirectory}/META-INF/resources/primefaces-admin/" />
790+
<delete dir="${project.basedir}/src/main/resources/META-INF/resources/primefaces-admin-${project.version}/" />
791+
<delete dir="${project.build.outputDirectory}/META-INF/resources/admin-lte/fonts" />
792+
<delete dir="${project.build.outputDirectory}/META-INF/resources/bootstrap/fonts" />
794793
</target>
795794
</configuration>
796795
</execution>

0 commit comments

Comments
 (0)