Skip to content

Commit

Permalink
Add license and SCM information to turbine's pom
Browse files Browse the repository at this point in the history
In preparation for release to Maven.

PiperOrigin-RevId: 563846457
  • Loading branch information
cushon authored and Javac Team committed Sep 9, 2023
1 parent 2f7ccab commit 9614797
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,19 @@
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/google/turbine.git</connection>
<developerConnection>scm:git:[email protected]:google/turbine.git</developerConnection>
<url>https://github.com/google/turbine</url>
</scm>

<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 9614797

Please sign in to comment.