Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of jdom-project-1.1.3-atl…
Browse files Browse the repository at this point in the history
…assian-3
  • Loading branch information
kennymacleod committed Jul 18, 2023
1 parent 06fc569 commit d818bed
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
8 changes: 5 additions & 3 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jdom</groupId>
<artifactId>jdom-project</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>
</parent>

<artifactId>jdom-contrib</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>

<build>
<sourceDirectory>src/java</sourceDirectory>
Expand Down
8 changes: 5 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jdom</groupId>
<artifactId>jdom-project</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>
</parent>

<artifactId>jdom</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>

<build>
<sourceDirectory>src/java</sourceDirectory>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<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 http://maven.apache.org/maven-v4_0_0.xsd">
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jdom</groupId>
<artifactId>jdom-project</artifactId>
<packaging>pom</packaging>

<name>JDOM</name>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>

<description>
A complete, Java-based solution for accessing, manipulating,
Expand Down Expand Up @@ -38,8 +38,7 @@
<url>https://github.com/atlassian-forks/jdom</url>
<connection>scm:git:git@github.com:atlassian-forks/jdom.git</connection>
<developerConnection>scm:git:git@github.com:atlassian-forks/jdom.git</developerConnection>
<tag>HEAD</tag>
</scm>
</scm>

<developers>
<developer>
Expand Down
8 changes: 5 additions & 3 deletions test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jdom</groupId>
<artifactId>jdom-project</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>
</parent>

<artifactId>jdom-test</artifactId>
<version>1.1.3-atlassian-4-SNAPSHOT</version>
<version>1.1.3-atlassian-3-SNAPSHOT</version>

<build>
<testSourceDirectory>src/java</testSourceDirectory>
Expand Down

0 comments on commit d818bed

Please sign in to comment.