Skip to content

Commit

Permalink
135: document groupId change
Browse files Browse the repository at this point in the history
Task-Url: #135
  • Loading branch information
LorenzoBettini committed Dec 28, 2021
1 parent 9620637 commit 4f15565
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -33,6 +33,16 @@ Maven Artifacts for Jbase are available from Maven Central (both releases and sn

The groupId and artifactId are as follows

```
<dependency>
<groupId>io.github.lorenzobettini.jbase</groupId>
<artifactId>jbase</artifactId>
<version>...</version>
</dependency>
```

For versions earlier than version 1.x the groupId and artifactId are as follows

```
<dependency>
<groupId>net.sf.xtext-jbase</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jbase.parent/.project
Expand Up @@ -14,5 +14,10 @@
<type>2</type>
<locationURI>PARENT-1-PROJECT_LOC/.github</locationURI>
</link>
<link>
<name>README.md</name>
<type>1</type>
<locationURI>PARENT-1-PROJECT_LOC/README.md</locationURI>
</link>
</linkedResources>
</projectDescription>

0 comments on commit 4f15565

Please sign in to comment.