Skip to content

Commit

Permalink
Update POM for release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvoronov committed Jun 15, 2016
1 parent 0d41aee commit a12da86
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion asn1-datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion asn1-uper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion camdenm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion geonetworking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Parent for GeoNetworking</name>
<description>ETSI ITS stack</description>
<inceptionYear>2015</inceptionYear>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion uppertester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vehicle-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>net.gcdc</groupId>
<artifactId>parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit a12da86

Please sign in to comment.