Skip to content

Commit e3b3661

Browse files
committed
[maven-release-plugin] prepare release wro4j-parent-1.7.4
1 parent f1c2db6 commit e3b3661

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>wro4j-parent</artifactId>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>ro.isdc.wro4j</groupId>
11-
<version>1.7.4-SNAPSHOT</version>
11+
<version>1.7.4</version>
1212
<packaging>pom</packaging>
1313
<name>wro4j parent</name>
1414
<inceptionYear>2008</inceptionYear>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:git://github.com/alexo/wro4j.git</connection>
3535
<developerConnection>scm:git:git://github.com/alexo/wro4j.git</developerConnection>
3636
<url>http://github.com/alexo/wro4j.git</url>
37-
<tag>wro4j-parent-1.7.2</tag>
37+
<tag>wro4j-parent-1.7.4</tag>
3838
</scm>
3939
<mailingLists>
4040
<mailingList>

wro4j-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>ro.isdc.wro4j</groupId>
77
<artifactId>wro4j-parent</artifactId>
8-
<version>1.7.4-SNAPSHOT</version>
8+
<version>1.7.4</version>
99
</parent>
1010

1111
<artifactId>wro4j-core</artifactId>

wro4j-extensions/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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/maven-v4_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/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>ro.isdc.wro4j</groupId>
76
<artifactId>wro4j-parent</artifactId>
8-
<version>1.7.4-SNAPSHOT</version>
7+
<version>1.7.4</version>
98
</parent>
109
<artifactId>wro4j-extensions</artifactId>
1110
<packaging>jar</packaging>
@@ -191,7 +190,7 @@
191190
</goals>
192191
</pluginExecutionFilter>
193192
<action>
194-
<ignore/>
193+
<ignore />
195194
</action>
196195
</pluginExecution>
197196
</pluginExecutions>

wro4j-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>ro.isdc.wro4j</groupId>
66
<artifactId>wro4j-parent</artifactId>
7-
<version>1.7.4-SNAPSHOT</version>
7+
<version>1.7.4</version>
88
</parent>
99
<artifactId>wro4j-maven-plugin</artifactId>
1010
<packaging>maven-plugin</packaging>

0 commit comments

Comments
 (0)