Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmaria romanato committed Apr 12, 2023
1 parent 7a589e4 commit c7f69eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 11 additions & 6 deletions picapport-heic-plugin-parent/pom.xml
@@ -1,8 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.giamma</groupId>
<artifactId>picapport-heic-plugin-parent</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>


Expand All @@ -18,9 +20,8 @@

<scm>
<connection>scm:git:https://github.com/giamma/picapport-heic-plugin.git</connection>
<developerConnection>scm:git:git@github.com:giamma/picapport-heic-plugin.git</developerConnection>
<tag>1.0.0</tag>
</scm>
<developerConnection>scm:git:ssh://git@github.com:giamma/picapport-heic-plugin.git</developerConnection>
</scm>

<build>
<plugins>
Expand All @@ -39,7 +40,11 @@

<target>
<!-- download file -->
<get src="https://www.picapport.de/prepare_download.php?dlfile=${picapport-version}%2fpicapport.jar" dest="${project.build.directory}/picapport.jar" verbose="false" usetimestamp="true" />
<get
src="https://www.picapport.de/prepare_download.php?dlfile=${picapport-version}%2fpicapport.jar"
dest="${project.build.directory}/picapport.jar"
verbose="false"
usetimestamp="true" />
</target>
</configuration>
</execution>
Expand Down
6 changes: 4 additions & 2 deletions picapport-heic-plugin/pom.xml
Expand Up @@ -24,13 +24,15 @@ specific language
governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.github.giamma</groupId>
<artifactId>picapport-heic-plugin-parent</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../picapport-heic-plugin-parent</relativePath>
</parent>
<artifactId>picapport-heic-plugin</artifactId>
Expand Down

0 comments on commit c7f69eb

Please sign in to comment.