Skip to content

Commit

Permalink
Prepare for release 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhtz committed Jun 23, 2022
1 parent c8e8d56 commit 316386e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# vldocking

This is a fork of https://github.com/cmadsen/vldocking, a fork of https://bitbucket.org/akuhtz/vldocking
This is a fork of https://bitbucket.org/akuhtz/vldocking

## Why?

Because upstream appears to have been abandoned, but bug fixes and new features were desired for [OmegaT](http://www.omegat.org/).

See https://code.google.com/p/vldocking/ for more information, tutorials etc.
See https://github.com/akuhtz/vldocking/ for more information, tutorials etc.

## So what's new?

Expand Down Expand Up @@ -35,7 +35,7 @@ Changes introduced by cmadsen/vldocking:
<dependency>
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.6</version>
<version>3.0.7</version>
</dependency>
```

Expand All @@ -44,7 +44,7 @@ Changes introduced by cmadsen/vldocking:
Just add this to your `build.gradle` file's `dependencies` block:

```
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.6'
compile 'org.bidib.jbidib.com.vldocking:vldocking:3.0.7'
```

VLDocking, the swing docking framework
Expand All @@ -55,7 +55,7 @@ VLDocking was created in 2004, and is licensed under the LGPL-3.0.

VLDocking is used by companies worldwide and open source projects.

![](http://vldocking.googlecode.com/svn/wiki/vldocking3.jpg)
![](https://github.com/akuhtz/vldocking/wiki/vldocking3.jpg)

License
=======
Expand All @@ -76,7 +76,7 @@ https://groups.google.com/forum/#!forum/vldocking
Documentation
============

The VLDocking tutorial can be found here https://code.google.com/p/vldocking/wiki/tutorial1
The VLDocking tutorial can be found here https://github.com/akuhtz/vldocking/wiki/tutorial1

## I found a bug; what can I do?

Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- groupId>com.vldocking</groupId -->
<groupId>org.bidib.jbidib.com.vldocking</groupId>
<artifactId>vldocking</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.0.7</version>
<packaging>jar</packaging>
<url>https://github.com/akuhtz/vldocking.git</url>

Expand Down Expand Up @@ -53,9 +53,9 @@
</scm>

<properties>
<logback.version>1.2.3</logback.version>
<slf4j.version>1.7.30</slf4j.version>
<junit.version>4.13.1</junit.version>
<logback.version>1.2.11</logback.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>4.13.2</junit.version>
<gpg.useagent>true</gpg.useagent>
</properties>

Expand All @@ -78,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -92,17 +92,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.0</version>
<configuration>
<doclint>none</doclint>
</configuration>
Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 316386e

Please sign in to comment.