Skip to content

Commit

Permalink
Seems that 1.1 is the current version, so setting the version to 1.2-…
Browse files Browse the repository at this point in the history
…SNAPSHOT
  • Loading branch information
bellingard committed Apr 5, 2012
1 parent 3479415 commit 1c16eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.sonar-plugins.dotnet.tools</groupId> <groupId>org.codehaus.sonar-plugins.dotnet.tools</groupId>
<artifactId>dependency-parser</artifactId> <artifactId>dependency-parser</artifactId>
<version>0.1-SNAPSHOT</version> <version>1.2-SNAPSHOT</version>
<packaging>netpack</packaging> <packaging>netpack</packaging>


<properties> <properties>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=org.codehaus.sonar-plugins.dotnet.tools:dependency-parser sonar.projectKey=org.codehaus.sonar-plugins.dotnet.tools:dependency-parser
sonar.projectName=.NET Dependency Parser sonar.projectName=.NET Dependency Parser
sonar.projectVersion=0.1-SNAPSHOT sonar.projectVersion=1.2-SNAPSHOT
sonar.projectDescription=.NET component that parses IL to compute dependencies between classes sonar.projectDescription=.NET component that parses IL to compute dependencies between classes


sources=. sources=.
Expand Down

0 comments on commit 1c16eee

Please sign in to comment.