Skip to content

Commit 47557fc

Browse files
authored
Prepare for next release (#394)
Co-authored-by: MJL33 <>
1 parent a17d592 commit 47557fc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.frameworkium</groupId>
55
<artifactId>frameworkium-core</artifactId>
6-
<version>4.0.0-BETA2-SNAPSHOT</version>
6+
<version>4.2.1.1-SNAPSHOT</version>
77
<name>frameworkium-core</name>
88
<description>
99
Frameworkium core code.
@@ -22,9 +22,9 @@
2222
<modules />
2323

2424
<scm>
25-
<connection>scm:git:git@github.com:frameworkium/frameworkium-core</connection>
26-
<url>scm:git:git@github.com:frameworkium/frameworkium-core</url>
27-
<developerConnection>scm:git:git@gitproxy:frameworkium/frameworkium-core</developerConnection>
25+
<connection>scm:git:git@github.com:Frameworkium/frameworkium-core.git</connection>
26+
<url>https://github.com/Frameworkium/frameworkium-core</url>
27+
<developerConnection>scm:git:git@github.com:Frameworkium/frameworkium-core.git</developerConnection>
2828
<tag>HEAD</tag>
2929
</scm>
3030
<issueManagement>
@@ -462,6 +462,7 @@
462462
<configuration>
463463
<useReleaseProfile>false</useReleaseProfile>
464464
<tagNameFormat>@{version}</tagNameFormat>
465+
<arguments>-Dmaven.javadoc.skip=true -Dmaven.test.skipTests=true -Dmaven.test.skip=true -Dcheckstyle.skip</arguments>
465466
</configuration>
466467
</plugin>
467468

0 commit comments

Comments
 (0)