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 Jan 30, 2024
1 parent b469ba4 commit c6cfdca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.sitepark.ies</groupId>
<artifactId>ies-media-file-extractor</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Metadata and content extractor</name>
<description>For all media supported by the IES, the metadata and, if applicable, also its textual content are read out via this API.</description>
<url>https://github.com/sitepark/ies-media-file-extractor</url>
Expand Down Expand Up @@ -51,7 +51,7 @@
<connection>scm:git:git@github.com:sitepark/ies-media-file-extractor.git</connection>
<developerConnection>scm:git:git@github.com:sitepark/ies-media-file-extractor.git</developerConnection>
<url>https://github.com/sitepark/ies-media-file-extractor</url>
<tag>HEAD</tag>
<tag>1.0.0</tag>
</scm>

<dependencyManagement>
Expand Down Expand Up @@ -254,7 +254,7 @@
</goals>
<configuration>
<rules>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
<requireMavenVersion>
<version>3.8</version>
</requireMavenVersion>
Expand All @@ -276,7 +276,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" />
</rules>
<fail>true</fail>
</configuration>
Expand Down

0 comments on commit c6cfdca

Please sign in to comment.