Skip to content

Commit

Permalink
ci(release): prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-bot committed Apr 12, 2024
1 parent df2fa92 commit 47b7031
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sitepark.ies.extensions</groupId>
<artifactId>ies-graphql-extension-api</artifactId>
<version>1.0.0</version>
<version>1.1.0-SNAPSHOT</version>
<name>IES graphfql extension api</name>
<description>API to extend the graphql functionality of the IES</description>
<url>https://github.com/sitepark/ies-graphql-extension-api</url>
Expand Down Expand Up @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:git@github.com:sitepark/ies-graphql-extension-api.git</connection>
<developerConnection>scm:git:git@github.com:sitepark/ies-graphql-extension-api.git</developerConnection>
<tag>1.0.0</tag>
<tag>HEAD</tag>
<url>https://github.com/sitepark/ies-graphql-extension-api</url>
</scm>

Expand Down Expand Up @@ -188,7 +188,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions />
<banDuplicatePomDependencyVersions></banDuplicatePomDependencyVersions>
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -210,7 +210,7 @@
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins" />
<requireReleaseDepsInPlugins implementation="org.apache.maven.enforcer.rule.requireReleaseDepsInPlugins"></requireReleaseDepsInPlugins>
</rules>
<fail>true</fail>
</configuration>
Expand Down Expand Up @@ -274,7 +274,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 47b7031

Please sign in to comment.