Skip to content

Commit

Permalink
older artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ErShakirAnsari committed Jul 7, 2024
1 parent b1a68cf commit e2258b7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

```
<parent>
<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.1</version>
</parent>
Expand All @@ -26,7 +26,7 @@

```
<dependency>
<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-maven</artifactId>
<version>2.0.1</version>
</dependency>
Expand All @@ -36,7 +36,7 @@

```
<dependency>
<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-java</artifactId>
<version>2.0.1</version>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions hello-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

<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">
<parent>
<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.1</version>
<version>1.1.3</version>
</parent>

<name>Hello Java</name>
Expand Down Expand Up @@ -48,6 +48,7 @@
<distributionManagement>
<relocation>
<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-java</artifactId>
<message>This artifact has been moved to a new groupId. Please update your dependencies.</message>
</relocation>
</distributionManagement>
Expand Down
5 changes: 3 additions & 2 deletions hello-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<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">
<parent>
<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.1</version>
<version>1.1.3</version>
</parent>

<name>Hello Maven</name>
Expand Down Expand Up @@ -55,6 +55,7 @@
<distributionManagement>
<relocation>
<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-maven</artifactId>
<message>This artifact has been moved to a new groupId. Please update your dependencies.</message>
</relocation>
</distributionManagement>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<version>0.1.0</version>
</parent>

<groupId>com.github.ershakiransari.hello</groupId>
<groupId>com.github.ershakiransari</groupId>
<artifactId>hello-world</artifactId>
<version>2.0.1</version>
<version>1.1.3</version>

<name>Hello World</name>
<url>https://github.com/ErShakirAnsari/hello-world</url>
Expand Down Expand Up @@ -65,6 +65,7 @@
</snapshotRepository>
<relocation>
<groupId>com.github.ershakiransari.hello</groupId>
<artifactId>hello-world</artifactId>
<message>This artifact has been moved to a new groupId. Please update your dependencies.</message>
</relocation>
</distributionManagement>
Expand Down

0 comments on commit e2258b7

Please sign in to comment.