Skip to content

Commit

Permalink
Switched license from GPL v3 to LGPL v3 in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
garzy committed Jan 11, 2022
1 parent 5ee1e41 commit fc05ca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The artifacts have been published to maven central
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-fx</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand All @@ -65,7 +65,7 @@ The artifacts have been published to maven central
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-fx</artifactId>
<version>1.0.1-java8</version>
<version>1.0.2-java8</version>
</dependency>
```

Expand All @@ -79,7 +79,7 @@ The artifacts have been published to maven central
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-swing</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

Expand All @@ -89,7 +89,7 @@ The artifacts have been published to maven central
<dependency>
<groupId>com.tangorabox</groupId>
<artifactId>component-inspector-swing</artifactId>
<version>1.0.1-java8</version>
<version>1.0.2-java8</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

<licenses>
<license>
<name>GNU GPL v3</name>
<url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
<name>GNU LGPL v3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>

Expand Down

0 comments on commit fc05ca8

Please sign in to comment.