Skip to content

Commit 6ca1b66

Browse files
committed
fix version and build
1 parent cf538a4 commit 6ca1b66

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>9</version>
99
</parent>
1010

11-
<version>7.4.386.0-SNAPSHOT</version>
11+
<version>7.4.3860-SNAPSHOT</version>
1212
<groupId>com.ableneo.liferay</groupId>
1313
<artifactId>com.ableneo.liferay.db.setup.core</artifactId>
1414
<description>Creates Liferay Portal data (permissions, roles, sites, pages etc.) from XML declaration.</description>
@@ -96,14 +96,6 @@
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-source-plugin</artifactId>
9898
<version>3.3.0</version>
99-
<executions>
100-
<execution>
101-
<id>attach-sources</id>
102-
<goals>
103-
<goal>jar</goal>
104-
</goals>
105-
</execution>
106-
</executions>
10799
</plugin>
108100

109101
<plugin>
@@ -559,7 +551,7 @@
559551
<connection>scm:git:git@github.com:ableneo/liferay-db-setup-core.git</connection>
560552
<developerConnection>scm:git:git@github.com:ableneo/liferay-db-setup-core.git</developerConnection>
561553
<url>https://github.com/ableneo/liferay-db-setup-core</url>
562-
<tag>7.3.602</tag>
554+
<tag>7.4.386.0</tag>
563555
</scm>
564556

565557
<licenses>

0 commit comments

Comments
 (0)