Skip to content

Commit

Permalink
ci(release): prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-bot committed Apr 12, 2024
1 parent 62e7a48 commit 2b7044f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sitepark.ies</groupId>
<artifactId>ies-userrepository-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>IES User Repository Core</name>
<description>IES User repository domain und use-case implementations</description>
<url>https://github.com/sitepark/ies-userrepository-core</url>
Expand Down Expand Up @@ -39,7 +39,7 @@
<scm>
<connection>scm:git:git@github.com:sitepark/ies-userrepository-core.git</connection>
<developerConnection>scm:git:git@github.com:sitepark/ies-userrepository-core.git</developerConnection>
<tag>HEAD</tag>
<tag>1.0.0</tag>
<url>https://github.com/sitepark/ies-userrepository-core</url>
</scm>

Expand Down Expand Up @@ -252,7 +252,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<banDuplicatePomDependencyVersions />
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -274,7 +274,7 @@
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"></requireReleaseDepsInPlugins>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins" />
</rules>
<fail>true</fail>
</configuration>
Expand Down Expand Up @@ -338,7 +338,7 @@
<reflowLongStrings>true</reflowLongStrings>
<formatJavadoc>false</formatJavadoc>
</googleJavaFormat>
<formatAnnotations></formatAnnotations>
<formatAnnotations />
</java>
<pom>
<!-- These are the defaults, you can override if you want -->
Expand Down

0 comments on commit 2b7044f

Please sign in to comment.