Skip to content

Commit

Permalink
Reverted some pom changes after the latest pull, added entries to .gi…
Browse files Browse the repository at this point in the history
…tignore
  • Loading branch information
sergei-ivanov committed Sep 1, 2012
1 parent ec72a21 commit a42d841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@

# Maven output
target
*.releaseBackup
release.properties
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<artifactId>maven-protoc-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Protoc Plugin</name>
<version>0.3-SNAPSHOT</version>
<url>https://github.com/rwicke/maven-protoc-plugin</url>
<version>0.3.0-SNAPSHOT</version>
<url>https://github.com/sergei-ivanov/maven-protoc-plugin</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -60,11 +60,11 @@
</contributors>

<scm>
<connection>scm:git:git://github.com/rwicke/maven-protoc-plugin.git</connection>
<connection>scm:git:git://github.com/sergei-ivanov/maven-protoc-plugin.git</connection>
</scm>

<distributionManagement>
<downloadUrl>https://github.com/rwicke/maven-protoc-plugin/downloads</downloadUrl>
<downloadUrl>https://github.com/sergei-ivanov/maven-protoc-plugin/downloads</downloadUrl>
<site>
<id>maven-protoc-plugin-site</id>
<url>file:../maven-protoc-plugin-site</url>
Expand Down

0 comments on commit a42d841

Please sign in to comment.