Skip to content

Commit

Permalink
updating README files and pom after 1.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
darkma773r committed Jul 19, 2020
1 parent f81a93f commit 7c4a38f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-core</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-enclosing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-enclosing</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-euclidean/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-euclidean</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-examples/examples-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-io</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-examples/examples-jmh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-jmh</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-examples/examples-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-examples-tutorials</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
1 change: 0 additions & 1 deletion commons-geometry-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</parent>

<artifactId>commons-geometry-examples</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Commons Geometry Examples</name>

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-hull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-hull</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion commons-geometry-spherical/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-geometry-spherical</artifactId>
<version>1.0</version>
<version>1.0-beta1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions dist-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ under the License.
<commons.siteOutputDirectory>${basedir}/../target/site</commons.siteOutputDirectory>
<commons.releaseNotesLocation>${basedir}/../RELEASE-NOTES.txt</commons.releaseNotesLocation>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<commons.releaseManagerName>${user.name}</commons.releaseManagerName>
<commons.releaseManagerKey>DEADBEEF</commons.releaseManagerKey>
<commons.releaseManagerName>Matt Juntunen</commons.releaseManagerName>
<commons.releaseManagerKey>7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A</commons.releaseManagerKey>
</properties>

<build>
Expand Down

0 comments on commit 7c4a38f

Please sign in to comment.