Skip to content

Commit

Permalink
pom updated and year changed
Browse files Browse the repository at this point in the history
  • Loading branch information
m.kronenwett@wawibox.de committed Jan 31, 2019
1 parent 9ae61f1 commit a9415de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="test" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
22 changes: 14 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
<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>
<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>


<groupId>com.vennmaker</groupId>
<artifactId>vennmaker</artifactId>
<version>2.0.1-SNAPSHOT</version>

<name>VennMaker</name>
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<geotools.version>10-SNAPSHOT</geotools.version>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<geotools.version>22-SNAPSHOT</geotools.version>
</properties>

<dependencies>

Expand Down Expand Up @@ -73,12 +80,11 @@
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-shapefile</artifactId>
<version>${geotools.version}</version>
<version>22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-swing</artifactId>
<version>${geotools.version}</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gui/AboutTeam.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public AboutTeam()
+ " " //$NON-NLS-1$
+ VennMaker.VERSION
+ ", more Information: www.vennmaker.com" //$NON-NLS-1$
+ "<br><br> &copy; 2007 - 2018 M. Sch\u00f6nhuth, M. Gamper, M. Stark, M. Kronenwett" //$NON-NLS-1$
+ "<br><br> &copy; 2007 - 2019 M. Sch\u00f6nhuth, M. Gamper, M. Stark, M. Kronenwett" //$NON-NLS-1$
+ "<br><br> Team:" //$NON-NLS-1$
+ " M. Sch\u00f6nhuth, M. Gamper, M. Kronenwett, M. Stark. "; //$NON-NLS-1$

Expand Down

0 comments on commit a9415de

Please sign in to comment.