Skip to content

Commit

Permalink
create new version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Wullink authored and Maarten Wullink committed Mar 7, 2019
1 parent 40ba819 commit 6f1781f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions UPGRADE
@@ -1,3 +1,7 @@
# Upgrading to version 0.1.1

No action required when upgrading from 0.1.0

# Upgrading to version 0.1.0

No action required when upgrading from 0.0.12
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion dnslib4java/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.sidn</groupId>
<artifactId>dnslib</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pcap-to-parquet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.sidn</groupId>
<artifactId>pcap-to-parquet</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>pcap-to-parquet</name>

<parent>
Expand Down Expand Up @@ -96,13 +96,13 @@
<dependency>
<groupId>nl.sidn</groupId>
<artifactId>pcap-lib</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

<dependency>
<groupId>nl.sidn</groupId>
<artifactId>dnslib</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

<dependency>
Expand Down
1 change: 1 addition & 0 deletions pcaplib4java/.classpath
Expand Up @@ -10,6 +10,7 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" 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">
Expand Down
1 change: 1 addition & 0 deletions pcaplib4java/.settings/org.eclipse.jdt.core.prefs
Expand Up @@ -9,4 +9,5 @@ org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.7
4 changes: 2 additions & 2 deletions pcaplib4java/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nl.sidn</groupId>
<artifactId>pcap-lib</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>nl.sidn</groupId>
<artifactId>dnslib</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6f1781f

Please sign in to comment.