Skip to content

Commit

Permalink
Merge pull request 'Bump goobi workflow dependency to 21.06.7' (#2) f…
Browse files Browse the repository at this point in the history
…rom update_goobi_dep_to_21.06.7 into master

Reviewed-on: https://gitea.intranda.com/goobi-workflow/goobi-plugin-step-replace-images/pulls/2
  • Loading branch information
opaetzel committed Jul 21, 2021
2 parents 44015df + 00812fe commit 045937f
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions goobi-plugin-step-replace-images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.0.1-SNAPSHOT</version>
<properties>
<jar.name>plugin_intranda_step_replace-images</jar.name>
<goobi.version>21.06.6</goobi.version>
<goobi.version>21.06.7</goobi.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -65,6 +65,50 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>create</goal>
</goals>
</execution>
</executions>
<configuration>
<shortRevisionLength>10</shortRevisionLength>
<doCheck>false</doCheck>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifestEntries>
<Build-Time>${maven.build.timestamp}</Build-Time>
</manifestEntries>
<manifestSections>
<manifestSection>
<name>Versions</name>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-SCM-Revision>${buildNumber}</Implementation-SCM-Revision>
<Implementation-SCM-Branch>${scmBranch}</Implementation-SCM-Branch>
<Goobi-Version>${goobi.version}</Goobi-Version>
</manifestEntries>
</manifestSection>
</manifestSections>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</build>
<scm>
<url>scm:git:ssh://[email protected]:goobi-workflow/goobi-plugin-step-replace-images.git</url>
<connection>scm:git:ssh://[email protected]:goobi-workflow/goobi-plugin-step-replace-images.git</connection>
</scm>
</project>

0 comments on commit 045937f

Please sign in to comment.